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

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

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
« no previous file with comments | « chrome/browser/ui/webui/options/personal_options_handler.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/ui/webui/options/personal_options_handler.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698