Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index aa735db37ce6dd6bd2afc21595bd6246f06a7e8a..a7759e5fd8ee05ea0ba612cc2f0bd4322b403d73 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -547,6 +547,10 @@ const char kEnableBatchedShutdown[] = "enable-batched-shutdown"; |
// Enables the benchmarking extensions. |
const char kEnableBenchmarking[] = "enable-benchmarking"; |
+// Enables pushing cloud policy to Chrome on Android. |
+const char kEnableCloudPolicyPushAndroid[] = |
Mattias Nissler (ping if slow)
2013/09/16 09:43:43
I'd rather remove the Android suffix, the flag mig
|
+ "enable-cloud-policy-push-android"; |
+ |
// This applies only when the process type is "service". Enables the Cloud |
// Print Proxy component within the service process. |
const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; |