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

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

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Rebase Created 5 years 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
« no previous file with comments | « chrome/common/DEPS ('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 the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 extern const char kEnableWebNotificationCustomLayouts[]; 157 extern const char kEnableWebNotificationCustomLayouts[];
158 extern const char kEnableWebUsbOnAnyOrigin[]; 158 extern const char kEnableWebUsbOnAnyOrigin[];
159 extern const char kExtensionContentVerificationBootstrap[]; 159 extern const char kExtensionContentVerificationBootstrap[];
160 extern const char kExtensionContentVerificationEnforceStrict[]; 160 extern const char kExtensionContentVerificationEnforceStrict[];
161 extern const char kExtensionContentVerificationEnforce[]; 161 extern const char kExtensionContentVerificationEnforce[];
162 extern const char kExtensionContentVerification[]; 162 extern const char kExtensionContentVerification[];
163 extern const char kExtensionsInstallVerification[]; 163 extern const char kExtensionsInstallVerification[];
164 extern const char kExtensionsNotWebstore[]; 164 extern const char kExtensionsNotWebstore[];
165 extern const char kExtensionsUpdateFrequency[]; 165 extern const char kExtensionsUpdateFrequency[];
166 extern const char kFastStart[]; 166 extern const char kFastStart[];
167 extern const char kFlagSwitchesBegin[];
168 extern const char kFlagSwitchesEnd[];
169 extern const char kForceAppMode[]; 167 extern const char kForceAppMode[];
170 extern const char kForceFieldTrialParams[]; 168 extern const char kForceFieldTrialParams[];
171 extern const char kForceFirstRun[]; 169 extern const char kForceFirstRun[];
172 extern const char kForceVariationIds[]; 170 extern const char kForceVariationIds[];
173 extern const char kForceLocalNtp[]; 171 extern const char kForceLocalNtp[];
174 extern const char kHistoryEnableGroupByDomain[]; 172 extern const char kHistoryEnableGroupByDomain[];
175 extern const char kHomePage[]; 173 extern const char kHomePage[];
176 extern const char kHostRules[]; 174 extern const char kHostRules[];
177 extern const char kHostResolverRetryAttempts[]; 175 extern const char kHostResolverRetryAttempts[];
178 extern const char kIgnoreUrlFetcherCertRequests[]; 176 extern const char kIgnoreUrlFetcherCertRequests[];
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 #if defined(ENABLE_TASK_MANAGER) 407 #if defined(ENABLE_TASK_MANAGER)
410 bool NewTaskManagerEnabled(); 408 bool NewTaskManagerEnabled();
411 #endif // defined(ENABLE_TASK_MANAGER) 409 #endif // defined(ENABLE_TASK_MANAGER)
412 410
413 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 411 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
414 // alphabetical order, or in one of the ifdefs (also in order in each section). 412 // alphabetical order, or in one of the ifdefs (also in order in each section).
415 413
416 } // namespace switches 414 } // namespace switches
417 415
418 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 416 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698