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

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

Issue 2680883003: Temporarily re-introduce load-component-extension switch. (Closed)
Patch Set: --enable-chromedriver -> --enable-automation Created 3 years, 10 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 extern const char kHostRules[]; 157 extern const char kHostRules[];
158 extern const char kIgnoreUrlFetcherCertRequests[]; 158 extern const char kIgnoreUrlFetcherCertRequests[];
159 extern const char kIncognito[]; 159 extern const char kIncognito[];
160 extern const char kInstallChromeApp[]; 160 extern const char kInstallChromeApp[];
161 extern const char kInstallSupervisedUserWhitelists[]; 161 extern const char kInstallSupervisedUserWhitelists[];
162 extern const char kInstantProcess[]; 162 extern const char kInstantProcess[];
163 extern const char kInterestsURL[]; 163 extern const char kInterestsURL[];
164 extern const char kKeepAliveForTest[]; 164 extern const char kKeepAliveForTest[];
165 extern const char kKioskMode[]; 165 extern const char kKioskMode[];
166 extern const char kKioskModePrinting[]; 166 extern const char kKioskModePrinting[];
167 extern const char kLoadComponentExtension[];
Devlin 2017/02/14 20:44:41 Let's isolate this definition to extension_service
samuong 2017/02/14 21:22:49 Done.
167 extern const char kLoadExtension[]; 168 extern const char kLoadExtension[];
168 extern const char kLoadMediaRouterComponentExtension[]; 169 extern const char kLoadMediaRouterComponentExtension[];
169 extern const char kMakeDefaultBrowser[]; 170 extern const char kMakeDefaultBrowser[];
170 extern const char kMediaCacheSize[]; 171 extern const char kMediaCacheSize[];
171 extern const char kMetricsRecordingOnly[]; 172 extern const char kMetricsRecordingOnly[];
172 extern const char kMonitoringDestinationID[]; 173 extern const char kMonitoringDestinationID[];
173 extern const char kNetLogCaptureMode[]; 174 extern const char kNetLogCaptureMode[];
174 extern const char kNoDefaultBrowserCheck[]; 175 extern const char kNoDefaultBrowserCheck[];
175 extern const char kNoExperiments[]; 176 extern const char kNoExperiments[];
176 extern const char kNoFirstRun[]; 177 extern const char kNoFirstRun[];
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 #if defined(OS_WIN) 362 #if defined(OS_WIN)
362 bool GDITextPrintingEnabled(); 363 bool GDITextPrintingEnabled();
363 #endif 364 #endif
364 365
365 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 366 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
366 // alphabetical order, or in one of the ifdefs (also in order in each section). 367 // alphabetical order, or in one of the ifdefs (also in order in each section).
367 368
368 } // namespace switches 369 } // namespace switches
369 370
370 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 371 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698