| Index: ppapi/proxy/plugin_dispatcher.h
|
| diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
|
| index f8e22f6ebdedb69ce9c8eaaeb77199aa80a5e071..2dc526f4cdfe01129787a27f7b38c741739f016d 100644
|
| --- a/ppapi/proxy/plugin_dispatcher.h
|
| +++ b/ppapi/proxy/plugin_dispatcher.h
|
| @@ -175,7 +175,8 @@ class PPAPI_PROXY_EXPORT PluginDispatcher
|
| void ForceFreeAllInstances();
|
|
|
| // IPC message handlers.
|
| - void OnMsgSupportsInterface(const std::string& interface_name, bool* result);
|
| + void OnMsgIsInterfaceSupported(
|
| + const std::string& interface_name, bool* result);
|
| void OnMsgSetPreferences(const Preferences& prefs);
|
|
|
| virtual bool SendMessage(IPC::Message* msg);
|
|
|