| Index: ppapi/proxy/host_dispatcher.h
|
| diff --git a/ppapi/proxy/host_dispatcher.h b/ppapi/proxy/host_dispatcher.h
|
| index 345f8eab6872f31ce7e7d35777b7923450b15d3a..0f503ffa5a4dbab56824a061ad56c910c199ee0c 100644
|
| --- a/ppapi/proxy/host_dispatcher.h
|
| +++ b/ppapi/proxy/host_dispatcher.h
|
| @@ -122,6 +122,7 @@ class PPAPI_PROXY_EXPORT HostDispatcher : public Dispatcher {
|
| int int_log_level,
|
| const std::string& source,
|
| const std::string& value);
|
| + void OnHostMsgPluginSupportsInterface(const std::string& interface_name);
|
|
|
| void RemoveSyncMessageStatusObserver(SyncMessageStatusObserver* obs);
|
|
|
|
|