| 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
|
|
|