| Index: ppapi/c/private/ppb_testing_private.h
|
| diff --git a/ppapi/c/private/ppb_testing_private.h b/ppapi/c/private/ppb_testing_private.h
|
| index 3d35ec7ea58e11cc6da9ccb36c22bd9a2f54a67d..5003d754a6c30acbaf8b48973026674ecbf0a500 100644
|
| --- a/ppapi/c/private/ppb_testing_private.h
|
| +++ b/ppapi/c/private/ppb_testing_private.h
|
| @@ -93,6 +93,10 @@ struct PPB_Testing_Private_1_0 {
|
| */
|
| PP_Bool (*IsOutOfProcess)(void);
|
| /**
|
| + * Returns PP_TRUE if the plugin is peripheral, PP_FALSE otherwise.
|
| + */
|
| + PP_Bool (*IsPeripheral)(PP_Instance instance);
|
| + /**
|
| * Passes the input event to the browser, which sends it back to the
|
| * plugin. The plugin should implement PPP_InputEvent and register for
|
| * the input event type.
|
|
|