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

Unified Diff: chrome/common/chrome_switches.cc

Issue 26972003: Added a policy_switches.cc file in the policy component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 2 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') | components/OWNERS » ('j') | 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 059b023dfd0e473675b9e35ca15842047d7b4ae0..122a693508f47584f6206d710d20e955787b1fcd 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -176,12 +176,6 @@ const char kCipherSuiteBlacklist[] = "cipher-suite-blacklist";
// expiration of credentials during testing.
const char kClearTokenService[] = "clear-token-service";
-// The maximum amount of delay in ms between receiving a cloud policy
-// invalidation and fetching the policy. A random delay up to this value is used
-// to prevent Chrome clients from overwhelming the cloud policy server when a
-// policy which affects many users is changed.
-const char kCloudPolicyInvalidationDelay[] = "cloud-policy-invalidation-delay";
-
// Used with kCloudPrintFile. Tells Chrome to delete the file when finished
// displaying the print dialog.
const char kCloudPrintDeleteFile[] = "cloud-print-delete-file";
@@ -317,9 +311,6 @@ const char kDisableBookmarkAutocompleteProvider[] =
const char kDisableClientSidePhishingDetection[] =
"disable-client-side-phishing-detection";
-// Disables pushing cloud policy to Chrome using an invalidation service.
-const char kDisableCloudPolicyPush[] = "disable-cloud-policy-push";
-
// Disable default component extensions with background pages - useful for
// performance tests where these pages may interfere with perf results.
const char kDisableComponentExtensionsWithBackgroundPages[] =
@@ -972,10 +963,6 @@ const char kLimitedInstallFromWebstore[] = "limited-install-from-webstore";
// Comma-separated list of directories with component extensions to load.
const char kLoadComponentExtension[] = "load-component-extension";
-// If present, disables the loading and application of cloud policy for
-// signed-in users.
-const char kDisableCloudPolicyOnSignin[] = "disable-cloud-policy-on-signin";
-
// Loads an extension from the specified directory.
const char kLoadExtension[] = "load-extension";
@@ -1534,13 +1521,6 @@ 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)
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698