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

Unified Diff: chrome/browser/notifications/message_center_settings_controller.h

Issue 1117453002: Add gaia_id to ProfileInfoCache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 5 years, 7 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/notifications/message_center_settings_controller.h
diff --git a/chrome/browser/notifications/message_center_settings_controller.h b/chrome/browser/notifications/message_center_settings_controller.h
index ea9da2eff7878b5b6c10b50f44b2cce0788f46b7..50e12b6dff29d778b5de8ce852b1d8a0ca0a76d9 100644
--- a/chrome/browser/notifications/message_center_settings_controller.h
+++ b/chrome/browser/notifications/message_center_settings_controller.h
@@ -98,7 +98,7 @@ class MessageCenterSettingsController
const base::string16& profile_name) override;
void OnProfileNameChanged(const base::FilePath& profile_path,
const base::string16& old_profile_name) override;
- void OnProfileUserNameChanged(const base::FilePath& profile_path) override;
+ void OnProfileAuthInfoChanged(const base::FilePath& profile_path) override;
void OnFaviconLoaded(const GURL& url,
const favicon_base::FaviconImageResult& favicon_result);

Powered by Google App Engine
This is Rietveld 408576698