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

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

Issue 26512003: Removed --disable-cloud-policy-on-signin flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/core/common/policy_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[]; 15 POLICY_EXPORT extern const char kCloudPolicyInvalidationDelay[];
16 POLICY_EXPORT extern const char kDisableCloudPolicyOnSignin[];
17 POLICY_EXPORT extern const char kDisableCloudPolicyPush[]; 16 POLICY_EXPORT extern const char kDisableCloudPolicyPush[];
18 17
19 #if defined(OS_ANDROID) || defined(OS_IOS) 18 #if defined(OS_ANDROID) || defined(OS_IOS)
20 POLICY_EXPORT extern const char kFakeCloudPolicyType[]; 19 POLICY_EXPORT extern const char kFakeCloudPolicyType[];
21 #endif // defined(OS_ANDROID) || defined(OS_IOS) 20 #endif // defined(OS_ANDROID) || defined(OS_IOS)
22 21
23 } // namespace switches 22 } // namespace switches
24 } // namespace policy 23 } // namespace policy
25 24
26 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_ 25 #endif // COMPONENTS_POLICY_CORE_COMMON_POLICY_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/policy/core/common/policy_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698