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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 10449071: Enable user policy handling through the new cloud policy stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 extern const char kDownloadsNewUI[]; 134 extern const char kDownloadsNewUI[];
135 extern const char kDumpHistogramsOnExit[]; 135 extern const char kDumpHistogramsOnExit[];
136 extern const char kEnableActionBox[]; 136 extern const char kEnableActionBox[];
137 extern const char kEnableAsyncDns[]; 137 extern const char kEnableAsyncDns[];
138 extern const char kEnableAuthNegotiatePort[]; 138 extern const char kEnableAuthNegotiatePort[];
139 extern const char kEnableAutofillFeedback[]; 139 extern const char kEnableAutofillFeedback[];
140 extern const char kEnableAutologin[]; 140 extern const char kEnableAutologin[];
141 extern const char kEnableBenchmarking[]; 141 extern const char kEnableBenchmarking[];
142 extern const char kEnableBundledPpapiFlash[]; 142 extern const char kEnableBundledPpapiFlash[];
143 extern const char kEnableChromeToMobile[]; 143 extern const char kEnableChromeToMobile[];
144 extern const char kEnableCloudPolicyService[];
144 extern const char kEnableCloudPrintProxy[]; 145 extern const char kEnableCloudPrintProxy[];
145 extern const char kEnableConnectBackupJobs[]; 146 extern const char kEnableConnectBackupJobs[];
146 extern const char kEnableCrxlessWebApps[]; 147 extern const char kEnableCrxlessWebApps[];
147 extern const char kEnableDevToolsExperiments[]; 148 extern const char kEnableDevToolsExperiments[];
148 extern const char kEnableExperimentalExtensionApis[]; 149 extern const char kEnableExperimentalExtensionApis[];
149 extern const char kEnableExtensionActivityLogging[]; 150 extern const char kEnableExtensionActivityLogging[];
150 extern const char kEnableExtensionActivityUI[]; 151 extern const char kEnableExtensionActivityUI[];
151 extern const char kEnableExtensionTimelineApi[]; 152 extern const char kEnableExtensionTimelineApi[];
152 extern const char kEnableFileCookies[]; 153 extern const char kEnableFileCookies[];
153 extern const char kEnableHttpPipelining[]; 154 extern const char kEnableHttpPipelining[];
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 #else 417 #else
417 extern const char kEnablePrintPreview[]; 418 extern const char kEnablePrintPreview[];
418 #endif 419 #endif
419 420
420 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 421 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
421 // alphabetical order, or in one of the ifdefs (also in order in each section). 422 // alphabetical order, or in one of the ifdefs (also in order in each section).
422 423
423 } // namespace switches 424 } // namespace switches
424 425
425 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 426 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698