summaryrefslogtreecommitdiffstats
path: root/components/policy
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-17 15:33:46 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-17 15:33:46 +0000
commit1d7feb8ebbf9bc570136ade67b7413610be5987e (patch)
tree6503d3822d1eac4e88b609c9fc2acf9d24ed8d1a /components/policy
parentabd41b76f8d722bd9b408f7a64524434a82914d4 (diff)
downloadchromium_src-1d7feb8ebbf9bc570136ade67b7413610be5987e.zip
chromium_src-1d7feb8ebbf9bc570136ade67b7413610be5987e.tar.gz
chromium_src-1d7feb8ebbf9bc570136ade67b7413610be5987e.tar.bz2
Removed --disable-cloud-policy-on-signin flag.
Also removed the related kDisableCloudPolicyOnSignin pref. BUG=None Review URL: https://codereview.chromium.org/26512003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229139 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/policy')
-rw-r--r--components/policy/core/common/policy_switches.cc4
-rw-r--r--components/policy/core/common/policy_switches.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/components/policy/core/common/policy_switches.cc b/components/policy/core/common/policy_switches.cc
index 343bdef..a55ea6a 100644
--- a/components/policy/core/common/policy_switches.cc
+++ b/components/policy/core/common/policy_switches.cc
@@ -13,10 +13,6 @@ namespace switches {
// policy which affects many users is changed.
const char kCloudPolicyInvalidationDelay[] = "cloud-policy-invalidation-delay";
-// If present, disables the loading and application of cloud policy for
-// signed-in users.
-const char kDisableCloudPolicyOnSignin[] = "disable-cloud-policy-on-signin";
-
// Disables pushing cloud policy to Chrome using an invalidation service.
const char kDisableCloudPolicyPush[] = "disable-cloud-policy-push";
diff --git a/components/policy/core/common/policy_switches.h b/components/policy/core/common/policy_switches.h
index 039b7d5..d8fb06d74 100644
--- a/components/policy/core/common/policy_switches.h
+++ b/components/policy/core/common/policy_switches.h
@@ -13,7 +13,6 @@ namespace policy {
namespace switches {
POLICY_EXPORT extern const char kCloudPolicyInvalidationDelay[];
-POLICY_EXPORT extern const char kDisableCloudPolicyOnSignin[];
POLICY_EXPORT extern const char kDisableCloudPolicyPush[];
#if defined(OS_ANDROID) || defined(OS_IOS)