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

Side by Side Diff: components/policy/core/common/policy_switches.h

Issue 305073002: Remove flag cloud-policy-invalidation-delay. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_ 5 #ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
6 #define COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_ 6 #define COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
7 7
8 #include "components/policy/policy_export.h" 8 #include "components/policy/policy_export.h"
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
11 11
12 namespace policy { 12 namespace policy {
13 namespace switches { 13 namespace switches {
14 14
15 POLICY_EXPORT extern const char kCloudPolicyInvalidationDelay[];
16 POLICY_EXPORT extern const char kDeviceManagementUrl[]; 15 POLICY_EXPORT extern const char kDeviceManagementUrl[];
17 POLICY_EXPORT extern const char kEnableComponentCloudPolicy[]; 16 POLICY_EXPORT extern const char kEnableComponentCloudPolicy[];
18 POLICY_EXPORT extern const char kDisablePolicyKeyVerification[]; 17 POLICY_EXPORT extern const char kDisablePolicyKeyVerification[];
19 18
20 #if defined(OS_ANDROID) || defined(OS_IOS) 19 #if defined(OS_ANDROID) || defined(OS_IOS)
21 POLICY_EXPORT extern const char kFakeCloudPolicyType[]; 20 POLICY_EXPORT extern const char kFakeCloudPolicyType[];
22 #endif // defined(OS_ANDROID) || defined(OS_IOS) 21 #endif // defined(OS_ANDROID) || defined(OS_IOS)
23 22
24 } // namespace switches 23 } // namespace switches
25 } // namespace policy 24 } // namespace policy
26 25
27 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_ 26 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/cloud/cloud_policy_invalidator.cc ('k') | components/policy/core/common/policy_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698