Add about:flags entry for cloud policy feature.
BUG=141123
Review URL: https://chromiumcodereview.appspot.com/11470022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171979 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 648c7a36..a1cbc01 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1166,6 +1166,7 @@
SINGLE_VALUE_TYPE(switches::kEnableOverscrollHistoryNavigation)
},
#endif
+
{
"enable-touch-drag-drop",
IDS_FLAGS_ENABLE_TOUCH_DRAG_DROP_NAME,
@@ -1173,6 +1174,13 @@
kOsWin | kOsCrOS,
SINGLE_VALUE_TYPE(switches::kEnableTouchDragDrop)
},
+ {
+ "load-cloud-policy-on-signin",
+ IDS_FLAGS_DESKTOP_CLOUD_POLICY_NAME,
+ IDS_FLAGS_DESKTOP_CLOUD_POLICY_DESCRIPTION,
+ kOsWin | kOsMac | kOsLinux,
+ SINGLE_VALUE_TYPE(switches::kLoadCloudPolicyOnSignin)
+ }
};
const Experiment* experiments = kExperiments;