| Index: content/browser/ppapi_plugin_process_host.h
|
| ===================================================================
|
| --- content/browser/ppapi_plugin_process_host.h (revision 93640)
|
| +++ content/browser/ppapi_plugin_process_host.h (working copy)
|
| @@ -27,6 +27,7 @@
|
|
|
| class PpapiPluginProcessHost
|
| : public BrowserChildProcessHost,
|
| + public net::NetworkChangeNotifier::IPAddressObserver,
|
| public net::NetworkChangeNotifier::OnlineStateObserver {
|
| public:
|
| class Client {
|
| @@ -74,8 +75,11 @@
|
|
|
| void CancelRequests();
|
|
|
| + // IPAddressObserver implementation.
|
| + virtual void OnIPAddressChanged() OVERRIDE;
|
| +
|
| // OnlineStateObserver implementation.
|
| - virtual void OnOnlineStateChanged(bool online);
|
| + virtual void OnOnlineStateChanged(bool online) OVERRIDE;
|
|
|
| // IPC message handlers.
|
| void OnRendererPluginChannelCreated(const IPC::ChannelHandle& handle);
|
|
|