| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index adb5a1fd28f05dc6bfc413b8c6734ef98f45435c..76fa2149a8e43db8ec343c8123e9994b3faa0aa4 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -27,6 +27,7 @@
|
| #include "content/common/notification_registrar.h"
|
| #include "ipc/ipc_message.h"
|
|
|
| +class BrowserOnlineStateObserver;
|
| class ChromeNetLog;
|
| class ChromeResourceDispatcherHostDelegate;
|
| class CommandLine;
|
| @@ -314,6 +315,9 @@ class BrowserProcessImpl : public BrowserProcess,
|
| chromeos_proxy_config_service_impl_;
|
| #endif
|
|
|
| + // Per-process listener for online state changes.
|
| + scoped_ptr<BrowserOnlineStateObserver> online_state_observer_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(BrowserProcessImpl);
|
| };
|
|
|
|
|