| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| index 2bdb1bdd60dd8b2e25da3d33e13f47700d901d40..06c7054bb127106ccca6d206e0540ad7da48be68 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/ui/webui/options/options_ui.h"
|
| -#include "chromeos/login/login_state.h"
|
| #include "chromeos/network/network_state_handler_observer.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| @@ -40,7 +39,6 @@ namespace options {
|
| class InternetOptionsHandler
|
| : public ::options::OptionsPageUIHandler,
|
| public chromeos::NetworkStateHandlerObserver,
|
| - public chromeos::LoginState::Observer,
|
| public content::NotificationObserver {
|
| public:
|
| InternetOptionsHandler();
|
| @@ -97,9 +95,6 @@ class InternetOptionsHandler
|
| virtual void NetworkPropertiesUpdated(
|
| const chromeos::NetworkState* network) OVERRIDE;
|
|
|
| - // chromeos::LoginState::Observer
|
| - virtual void LoggedInStateChanged() OVERRIDE;
|
| -
|
| // Updates the logged in user type.
|
| void UpdateLoggedInUserType();
|
|
|
|
|