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

Unified Diff: chrome/browser/ui/webui/ntp/ntp_login_handler.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/ui/webui/ntp/ntp_login_handler.h
diff --git a/chrome/browser/ui/webui/ntp/ntp_login_handler.h b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
index ff0179fa70a6cd0bd946a172ef3145e26094e222..d8579f670d40e77ef38d1c5c180657386269f402 100644
--- a/chrome/browser/ui/webui/ntp/ntp_login_handler.h
+++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
@@ -24,7 +24,7 @@ class NTPLoginHandler : public content::WebUIMessageHandler,
void RegisterMessages() override;
// ProfileInfoCacheObserver implementation:
- void OnProfileUserNameChanged(const base::FilePath& profile_path) override;
+ void OnProfileAuthInfoChanged(const base::FilePath& profile_path) override;
// Returns true if the login handler should be shown in a new tab page
// for the given |profile|. |profile| must not be NULL.
« no previous file with comments | « chrome/browser/ui/views/profiles/profile_chooser_view_browsertest.cc ('k') | chrome/browser/ui/webui/ntp/ntp_login_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698