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

Unified Diff: chrome/browser/resources/options/managed_user_settings.html

Issue 12088040: Add a SigninAllowed policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use the IsSyncAccessible method to propagate the settings. Created 7 years, 11 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/resources/options/managed_user_settings.html
diff --git a/chrome/browser/resources/options/managed_user_settings.html b/chrome/browser/resources/options/managed_user_settings.html
index 279a9e8ef4cf9d04632a699e16a445eb7381f21a..a44fc216008c2fb0406fdb8ce67716bf3fa4332c 100644
--- a/chrome/browser/resources/options/managed_user_settings.html
+++ b/chrome/browser/resources/options/managed_user_settings.html
@@ -54,7 +54,8 @@
</div>
<div class="checkbox">
<label>
- <input id="disable-signin-checkbox" type="checkbox">
+ <input id="disable-signin-checkbox" type="checkbox"
+ pref="profile.managed.no_signin">
<span for="disable-signin-checkbox"
i18n-content="disableProfileSignIn"></span>
</label>

Powered by Google App Engine
This is Rietveld 408576698