Index: chrome/browser/ui/webui/options/personal_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/personal_options_handler.cc b/chrome/browser/ui/webui/options/personal_options_handler.cc |
index f273c6b31b34a4526260d663a78a6b672cf48fd3..85ffeebec3dffd9a2acf9786d592c571d7e683a2 100644 |
--- a/chrome/browser/ui/webui/options/personal_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/personal_options_handler.cc |
@@ -326,15 +326,6 @@ void PersonalOptionsHandler::OnStateChanged() { |
SendProfilesInfo(); |
} |
-void PersonalOptionsHandler::OnLoginSuccess() { |
- OnStateChanged(); |
-} |
- |
-void PersonalOptionsHandler::OnLoginFailure( |
- const GoogleServiceAuthError& error) { |
- OnStateChanged(); |
-} |
- |
void PersonalOptionsHandler::ObserveThemeChanged() { |
Profile* profile = Profile::FromWebUI(web_ui_); |
#if defined(TOOLKIT_GTK) |