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

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

Issue 12088040: Add a SigninAllowed policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits and rebase to ToT. Created 7 years, 10 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 c7e953e1a8baa79c85aaa64596b576cfc1b3ab3f..96f11a1d28ecb48ea513f6f1c1d12e8023d1869d 100644
--- a/chrome/browser/ui/webui/ntp/ntp_login_handler.h
+++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
@@ -69,6 +69,7 @@ class NTPLoginHandler : public content::WebUIMessageHandler,
void UpdateLogin();
StringPrefMember username_pref_;
+ BooleanPrefMember signin_allowed_pref_;
content::NotificationRegistrar registrar_;
};
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_page_sync_handler_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