| Index: ppapi/proxy/plugin_proxy_delegate.h
|
| diff --git a/ppapi/proxy/plugin_proxy_delegate.h b/ppapi/proxy/plugin_proxy_delegate.h
|
| index 0d1807a1eeec0d3980e31e9ddab9d20647fc018f..82b540e7f94c7181bed05ee4ffc9e2661c5de322 100644
|
| --- a/ppapi/proxy/plugin_proxy_delegate.h
|
| +++ b/ppapi/proxy/plugin_proxy_delegate.h
|
| @@ -14,8 +14,8 @@ class PPAPI_PROXY_EXPORT PluginProxyDelegate {
|
| public:
|
| virtual ~PluginProxyDelegate() {}
|
|
|
| - // Sends the given message to the browser. Identical semantics to
|
| - // IPC::Message::Sender interface.
|
| + // Sends the given message to the browser. Identical semantics to IPC::Sender
|
| + // interface.
|
| virtual bool SendToBrowser(IPC::Message* msg) = 0;
|
|
|
| // Returns the language code of the current UI language.
|
|
|