Index: chrome/browser/browser_process_impl.h |
=================================================================== |
--- chrome/browser/browser_process_impl.h (revision 91391) |
+++ chrome/browser/browser_process_impl.h (working copy) |
@@ -27,7 +27,6 @@ |
#include "content/common/notification_registrar.h" |
#include "ipc/ipc_message.h" |
-class BrowserOnlineStateObserver; |
class ChromeNetLog; |
class ChromeResourceDispatcherHostDelegate; |
class CommandLine; |
@@ -318,9 +317,6 @@ |
chromeos_proxy_config_service_impl_; |
#endif |
- // Per-process listener for online state changes. |
- scoped_ptr<BrowserOnlineStateObserver> online_state_observer_; |
- |
DISALLOW_COPY_AND_ASSIGN(BrowserProcessImpl); |
}; |