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

Unified Diff: chrome/browser/about_flags.cc

Issue 12088022: Enable cloud policy by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index dac5c17b8dbfbb9550628349bc85b377e974a9f9..da8c2cc5e04015e566cb38974d93ad8be76592ff 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1221,11 +1221,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableTouchDragDrop)
},
{
- "load-cloud-policy-on-signin",
- IDS_FLAGS_DESKTOP_CLOUD_POLICY_NAME,
- IDS_FLAGS_DESKTOP_CLOUD_POLICY_DESCRIPTION,
+ "disable-cloud-policy-on-signin",
+ IDS_FLAGS_DISABLE_DESKTOP_CLOUD_POLICY_NAME,
+ IDS_FLAGS_DISABLE_DESKTOP_CLOUD_POLICY_DESCRIPTION,
kOsWin | kOsMac | kOsLinux,
- SINGLE_VALUE_TYPE(switches::kLoadCloudPolicyOnSignin)
+ SINGLE_VALUE_TYPE(switches::kDisableCloudPolicyOnSignin)
},
{
"enable-rich-notifications",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698