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

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

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.cc
diff --git a/chrome/browser/notifications/message_center_settings_controller.cc b/chrome/browser/notifications/message_center_settings_controller.cc
index dcd6d4fdc11b0a819f5549240c16c438b18b85c1..56198142a5afbe481f0f1a4d3bd5a1811b5d6bbc 100644
--- a/chrome/browser/notifications/message_center_settings_controller.cc
+++ b/chrome/browser/notifications/message_center_settings_controller.cc
@@ -458,7 +458,7 @@ void MessageCenterSettingsController::OnProfileNameChanged(
const base::string16& old_profile_name) {
RebuildNotifierGroups(true);
}
-void MessageCenterSettingsController::OnProfileUserNameChanged(
+void MessageCenterSettingsController::OnProfileAuthInfoChanged(
const base::FilePath& profile_path) {
RebuildNotifierGroups(true);
}
« no previous file with comments | « chrome/browser/notifications/message_center_settings_controller.h ('k') | chrome/browser/profiles/avatar_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698