Index: ppapi/api/private/ppb_testing_private.idl |
diff --git a/ppapi/api/private/ppb_testing_private.idl b/ppapi/api/private/ppb_testing_private.idl |
index 0ede2de2ea089c7dfe485f669509408c74e9ff63..8de73f73f34f091b2ab6fc18e4ef5cf107eb9946 100644 |
--- a/ppapi/api/private/ppb_testing_private.idl |
+++ b/ppapi/api/private/ppb_testing_private.idl |
@@ -77,6 +77,11 @@ interface PPB_Testing_Private { |
* otherwise. |
*/ |
PP_Bool IsOutOfProcess(); |
+ |
+ /** |
+ * Returns PP_TRUE if the plugin is peripheral, PP_FALSE otherwise. |
+ */ |
+ PP_Bool IsPeripheral([in] PP_Instance instance); |
/** |
* Passes the input event to the browser, which sends it back to the |