Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: chrome/browser/ui/webui/options/personal_options_handler.h

Issue 7748038: Remove BrowserSignin, as it's not used anywhere. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/personal_options_handler.h
diff --git a/chrome/browser/ui/webui/options/personal_options_handler.h b/chrome/browser/ui/webui/options/personal_options_handler.h
index a2cfe0b043b3690e9799c7626d176f0e1b4f0fae..c38cf9777740d3d537da145de9f150ad71050f50 100644
--- a/chrome/browser/ui/webui/options/personal_options_handler.h
+++ b/chrome/browser/ui/webui/options/personal_options_handler.h
@@ -7,7 +7,6 @@
#pragma once
#include "base/basictypes.h"
-#include "chrome/browser/browser_signin.h"
#include "chrome/browser/sync/profile_sync_service.h"
#include "chrome/browser/ui/webui/options/options_ui.h"
#if defined(OS_CHROMEOS)
@@ -16,8 +15,7 @@
// Chrome personal options page UI handler.
class PersonalOptionsHandler : public OptionsPageUIHandler,
- public ProfileSyncServiceObserver,
- public BrowserSignin::SigninDelegate {
+ public ProfileSyncServiceObserver {
public:
PersonalOptionsHandler();
virtual ~PersonalOptionsHandler();
@@ -37,10 +35,6 @@ class PersonalOptionsHandler : public OptionsPageUIHandler,
// ProfileSyncServiceObserver implementation.
virtual void OnStateChanged();
- // BrowserSignin::SigninDelegate implementation.
- virtual void OnLoginSuccess();
- virtual void OnLoginFailure(const GoogleServiceAuthError& error);
-
private:
void ObserveThemeChanged();
void ThemesReset(const ListValue* args);
« no previous file with comments | « chrome/browser/resources/browser_signin.html ('k') | chrome/browser/ui/webui/options/personal_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698