| Index: remoting/client/plugin/pepper_entrypoints.h
|
| diff --git a/remoting/client/plugin/pepper_entrypoints.h b/remoting/client/plugin/pepper_entrypoints.h
|
| index a9ec1381a504b9926f5356e3574b7c3a12d8751f..75229b382fc2fb7448fdb91d5fb8bff0d16c860e 100644
|
| --- a/remoting/client/plugin/pepper_entrypoints.h
|
| +++ b/remoting/client/plugin/pepper_entrypoints.h
|
| @@ -14,6 +14,7 @@ int PPP_InitializeModule(PP_Module module_id,
|
| PPB_GetInterface get_browser_interface);
|
| void PPP_ShutdownModule();
|
| const void* PPP_GetInterface(const char* interface_name);
|
| +const void* PPP_GetBrowserInterface(const char* interface_name);
|
|
|
| } // namespace remoting
|
|
|
|
|