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

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

Issue 2389703005: Deprecate --load-component-extension command line flag (Closed)
Patch Set: Created 4 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
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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 extern const char kHostRules[]; 173 extern const char kHostRules[];
174 extern const char kIgnoreUrlFetcherCertRequests[]; 174 extern const char kIgnoreUrlFetcherCertRequests[];
175 extern const char kIncognito[]; 175 extern const char kIncognito[];
176 extern const char kInstallChromeApp[]; 176 extern const char kInstallChromeApp[];
177 extern const char kInstallSupervisedUserWhitelists[]; 177 extern const char kInstallSupervisedUserWhitelists[];
178 extern const char kInstantProcess[]; 178 extern const char kInstantProcess[];
179 extern const char kInterestsURL[]; 179 extern const char kInterestsURL[];
180 extern const char kKeepAliveForTest[]; 180 extern const char kKeepAliveForTest[];
181 extern const char kKioskMode[]; 181 extern const char kKioskMode[];
182 extern const char kKioskModePrinting[]; 182 extern const char kKioskModePrinting[];
183 extern const char kLoadComponentExtension[];
184 extern const char kLoadExtension[]; 183 extern const char kLoadExtension[];
185 extern const char kMakeDefaultBrowser[]; 184 extern const char kMakeDefaultBrowser[];
186 extern const char kMaterialSecurityVerbose[]; 185 extern const char kMaterialSecurityVerbose[];
187 extern const char kMaterialSecurityVerboseShowAllAnimated[]; 186 extern const char kMaterialSecurityVerboseShowAllAnimated[];
188 extern const char kMaterialSecurityVerboseShowAllNonAnimated[]; 187 extern const char kMaterialSecurityVerboseShowAllNonAnimated[];
189 extern const char kMaterialSecurityVerboseShowNonSecureAnimated[]; 188 extern const char kMaterialSecurityVerboseShowNonSecureAnimated[];
190 extern const char kMaterialSecurityVerboseShowNonSecureNonAnimated[]; 189 extern const char kMaterialSecurityVerboseShowNonSecureNonAnimated[];
191 extern const char kMediaCacheSize[]; 190 extern const char kMediaCacheSize[];
192 extern const char kMediaRouter[]; 191 extern const char kMediaRouter[];
193 extern const char kMetricsRecordingOnly[]; 192 extern const char kMetricsRecordingOnly[];
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 #if defined(OS_CHROMEOS) 400 #if defined(OS_CHROMEOS)
402 bool PowerOverlayEnabled(); 401 bool PowerOverlayEnabled();
403 #endif 402 #endif
404 403
405 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 404 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
406 // alphabetical order, or in one of the ifdefs (also in order in each section). 405 // alphabetical order, or in one of the ifdefs (also in order in each section).
407 406
408 } // namespace switches 407 } // namespace switches
409 408
410 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 409 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698