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

Unified Diff: chrome/common/chrome_switches.cc

Issue 23475018: Added cloud policy registration and fetch types for iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ebc2a88bd5b727931458c3f818f65ce576094a9d..e98cb9043f12b62a7bf865eed8b4fd322385bde7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1481,6 +1481,13 @@ const char kPluginsMetadataServerURL[] = "plugins-metadata-server-url";
#if defined(OS_ANDROID) || defined(OS_IOS)
// Enable SPDY proxy.
const char kEnableSpdyProxyAuth[] = "enable-spdy-proxy-auth";
+
+// Registers for cloud policy using the BROWSER client type instead of the
+// ANDROID_BROWSER or IOS_BROWSER types.
+// This allows skipping the server whitelist.
+// TODO(joaodasilva): remove this. http://crbug.com/248527
+const char kFakeCloudPolicyType[] = "fake-cloud-policy-type";
+
#endif // defined(OS_ANDROID) || defined(OS_IOS)
#if defined(OS_ANDROID)
@@ -1494,11 +1501,6 @@ const char kEnableNewNTP[] = "enable-new-ntp";
// Pops the translate infobar if possible.
const char kEnableTranslate[] = "enable-translate";
-// Registers for cloud policy using the BROWSER client type instead of the
-// ANDROID_BROWSER type. This enables skipping the server whitelist.
-// TODO(joaodasilva): remove this. http://crbug.com/248527
-const char kFakeCloudPolicyType[] = "fake-cloud-policy-type";
-
// Uses the tablet specific UI components when available.
const char kTabletUI[] = "tablet-ui";
#endif
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698