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

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

Issue 2131293002: Make all tests profilable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « base/test/test_suite.cc ('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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 extern const char kPrerenderFromOmniboxSwitchValueAuto[]; 237 extern const char kPrerenderFromOmniboxSwitchValueAuto[];
238 extern const char kPrerenderFromOmniboxSwitchValueDisabled[]; 238 extern const char kPrerenderFromOmniboxSwitchValueDisabled[];
239 extern const char kPrerenderFromOmniboxSwitchValueEnabled[]; 239 extern const char kPrerenderFromOmniboxSwitchValueEnabled[];
240 extern const char kPrerenderMode[]; 240 extern const char kPrerenderMode[];
241 extern const char kPrerenderModeSwitchValueDisabled[]; 241 extern const char kPrerenderModeSwitchValueDisabled[];
242 extern const char kPrerenderModeSwitchValueEnabled[]; 242 extern const char kPrerenderModeSwitchValueEnabled[];
243 extern const char kPrivetIPv6Only[]; 243 extern const char kPrivetIPv6Only[];
244 extern const char kProductVersion[]; 244 extern const char kProductVersion[];
245 extern const char kProfileDirectory[]; 245 extern const char kProfileDirectory[];
246 extern const char kProfilingAtStart[]; 246 extern const char kProfilingAtStart[];
247 extern const char kProfilingFile[];
248 extern const char kProfilingFlush[]; 247 extern const char kProfilingFlush[];
249 extern const char kProxyAutoDetect[]; 248 extern const char kProxyAutoDetect[];
250 extern const char kProxyBypassList[]; 249 extern const char kProxyBypassList[];
251 extern const char kProxyPacUrl[]; 250 extern const char kProxyPacUrl[];
252 extern const char kProxyServer[]; 251 extern const char kProxyServer[];
253 extern const char kPurgeAndSuspendTime[]; 252 extern const char kPurgeAndSuspendTime[];
254 extern const char kRemoteDebuggingTargets[]; 253 extern const char kRemoteDebuggingTargets[];
255 extern const char kRestoreLastSession[]; 254 extern const char kRestoreLastSession[];
256 extern const char kSavePageAsMHTML[]; 255 extern const char kSavePageAsMHTML[];
257 extern const char kSbDisableAutoUpdate[]; 256 extern const char kSbDisableAutoUpdate[];
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 #if defined(OS_CHROMEOS) 407 #if defined(OS_CHROMEOS)
409 bool PowerOverlayEnabled(); 408 bool PowerOverlayEnabled();
410 #endif 409 #endif
411 410
412 // 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
413 // 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).
414 413
415 } // namespace switches 414 } // namespace switches
416 415
417 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 416 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « base/test/test_suite.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698