| Index: ppapi/proxy/ppb_testing_proxy.h
|
| diff --git a/ppapi/proxy/ppb_testing_proxy.h b/ppapi/proxy/ppb_testing_proxy.h
|
| index dd8a6e834886bd319db1e59688e553076cc143b1..7640291bfb8ac70fc139383878fb67a3f57288b1 100644
|
| --- a/ppapi/proxy/ppb_testing_proxy.h
|
| +++ b/ppapi/proxy/ppb_testing_proxy.h
|
| @@ -39,7 +39,8 @@ class PPB_Testing_Proxy : public InterfaceProxy {
|
| void OnMsgRunMessageLoop(PP_Instance instance);
|
| void OnMsgQuitMessageLoop(PP_Instance instance);
|
| void OnMsgGetLiveObjectsForInstance(PP_Instance instance, uint32_t* result);
|
| - void OnMsgIsPeripheral(PP_Instance instance, PP_Bool* result);
|
| + void OnMsgPostPowerSaverStatus(PP_Instance instance);
|
| + void OnMsgSubscribeToPowerSaverNotifications(PP_Instance instance);
|
| void OnMsgSimulateInputEvent(PP_Instance instance,
|
| const ppapi::InputEventData& input_event);
|
| void OnMsgSetMinimumArrayBufferSizeForShmem(uint32_t threshold);
|
|
|