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