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

Unified Diff: chrome/browser/ui/webui/ntp/ntp_login_handler.h

Issue 763673002: Replace direct access to kGoogleServicesUsername with calls to SigninManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years 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 e3a67c4fb0eabe6327ae596ab1f59f1897cc7368..4a4bc8d3c2079f00ff7a745493bcf6ef5fa836ee 100644
--- a/chrome/browser/ui/webui/ntp/ntp_login_handler.h
+++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
@@ -69,7 +69,6 @@ class NTPLoginHandler : public content::WebUIMessageHandler,
// Internal helper method
void UpdateLogin();
- StringPrefMember username_pref_;
BooleanPrefMember signin_allowed_pref_;
content::NotificationRegistrar registrar_;
};

Powered by Google App Engine
This is Rietveld 408576698