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

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

Issue 2389703005: Deprecate --load-component-extension command line flag (Closed)
Patch Set: Rebase master Created 4 years, 1 month 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 extern const char kHostRules[]; 170 extern const char kHostRules[];
171 extern const char kIgnoreUrlFetcherCertRequests[]; 171 extern const char kIgnoreUrlFetcherCertRequests[];
172 extern const char kIncognito[]; 172 extern const char kIncognito[];
173 extern const char kInstallChromeApp[]; 173 extern const char kInstallChromeApp[];
174 extern const char kInstallSupervisedUserWhitelists[]; 174 extern const char kInstallSupervisedUserWhitelists[];
175 extern const char kInstantProcess[]; 175 extern const char kInstantProcess[];
176 extern const char kInterestsURL[]; 176 extern const char kInterestsURL[];
177 extern const char kKeepAliveForTest[]; 177 extern const char kKeepAliveForTest[];
178 extern const char kKioskMode[]; 178 extern const char kKioskMode[];
179 extern const char kKioskModePrinting[]; 179 extern const char kKioskModePrinting[];
180 extern const char kLoadComponentExtension[];
181 extern const char kLoadExtension[]; 180 extern const char kLoadExtension[];
182 extern const char kMakeDefaultBrowser[]; 181 extern const char kMakeDefaultBrowser[];
183 extern const char kSecurityChip[]; 182 extern const char kSecurityChip[];
184 extern const char kSecurityChipShowNonSecureOnly[]; 183 extern const char kSecurityChipShowNonSecureOnly[];
185 extern const char kSecurityChipShowAll[]; 184 extern const char kSecurityChipShowAll[];
186 extern const char kSecurityChipAnimation[]; 185 extern const char kSecurityChipAnimation[];
187 extern const char kSecurityChipAnimationNone[]; 186 extern const char kSecurityChipAnimationNone[];
188 extern const char kSecurityChipAnimationNonSecureOnly[]; 187 extern const char kSecurityChipAnimationNonSecureOnly[];
189 extern const char kSecurityChipAnimationAll[]; 188 extern const char kSecurityChipAnimationAll[];
190 extern const char kMediaCacheSize[]; 189 extern const char kMediaCacheSize[];
(...skipping 210 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