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

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

Issue 2564973002: Add an infobar if a session is being controlled by an automated test. (Closed)
Patch Set: tweak wording, temporarily re-introduce load-component-extension Created 3 years, 11 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 extern const char kHostRules[]; 159 extern const char kHostRules[];
160 extern const char kIgnoreUrlFetcherCertRequests[]; 160 extern const char kIgnoreUrlFetcherCertRequests[];
161 extern const char kIncognito[]; 161 extern const char kIncognito[];
162 extern const char kInstallChromeApp[]; 162 extern const char kInstallChromeApp[];
163 extern const char kInstallSupervisedUserWhitelists[]; 163 extern const char kInstallSupervisedUserWhitelists[];
164 extern const char kInstantProcess[]; 164 extern const char kInstantProcess[];
165 extern const char kInterestsURL[]; 165 extern const char kInterestsURL[];
166 extern const char kKeepAliveForTest[]; 166 extern const char kKeepAliveForTest[];
167 extern const char kKioskMode[]; 167 extern const char kKioskMode[];
168 extern const char kKioskModePrinting[]; 168 extern const char kKioskModePrinting[];
169 extern const char kLoadComponentExtension[];
169 extern const char kLoadExtension[]; 170 extern const char kLoadExtension[];
170 extern const char kLoadMediaRouterComponentExtension[]; 171 extern const char kLoadMediaRouterComponentExtension[];
171 extern const char kMakeDefaultBrowser[]; 172 extern const char kMakeDefaultBrowser[];
172 extern const char kMediaCacheSize[]; 173 extern const char kMediaCacheSize[];
173 extern const char kMetricsRecordingOnly[]; 174 extern const char kMetricsRecordingOnly[];
174 extern const char kMonitoringDestinationID[]; 175 extern const char kMonitoringDestinationID[];
175 extern const char kNetLogCaptureMode[]; 176 extern const char kNetLogCaptureMode[];
176 extern const char kNoDefaultBrowserCheck[]; 177 extern const char kNoDefaultBrowserCheck[];
177 extern const char kNoExperiments[]; 178 extern const char kNoExperiments[];
178 extern const char kNoFirstRun[]; 179 extern const char kNoFirstRun[];
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 #if defined(OS_WIN) 378 #if defined(OS_WIN)
378 bool GDITextPrintingEnabled(); 379 bool GDITextPrintingEnabled();
379 #endif 380 #endif
380 381
381 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 382 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
382 // alphabetical order, or in one of the ifdefs (also in order in each section). 383 // alphabetical order, or in one of the ifdefs (also in order in each section).
383 384
384 } // namespace switches 385 } // namespace switches
385 386
386 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 387 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698