summaryrefslogtreecommitdiff
path: root/chromium/chrome/common/ppapi_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/ppapi_utils.h')
-rw-r--r--chromium/chrome/common/ppapi_utils.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/chrome/common/ppapi_utils.h b/chromium/chrome/common/ppapi_utils.h
new file mode 100644
index 00000000000..7e286273489
--- /dev/null
+++ b/chromium/chrome/common/ppapi_utils.h
@@ -0,0 +1,12 @@
+// Copyright (c) 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_COMMON_PPAPI_UTILS_H_
+#define CHROME_COMMON_PPAPI_UTILS_H_
+
+// Returns true if the interface name passed in is supported by the
+// browser.
+bool IsSupportedPepperInterface(const char* name);
+
+#endif // CHROME_COMMON_PPAPI_UTILS_H_