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

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

Issue 9125015: Implement profiler log writing at shutdown (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update for review comments Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser.gypi ('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 all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 extern const char kPrerenderModeSwitchValueAuto[]; 252 extern const char kPrerenderModeSwitchValueAuto[];
253 extern const char kPrerenderModeSwitchValueDisabled[]; 253 extern const char kPrerenderModeSwitchValueDisabled[];
254 extern const char kPrerenderModeSwitchValueEnabled[]; 254 extern const char kPrerenderModeSwitchValueEnabled[];
255 extern const char kPrerenderModeSwitchValuePrefetchOnly[]; 255 extern const char kPrerenderModeSwitchValuePrefetchOnly[];
256 extern const char kPrint[]; 256 extern const char kPrint[];
257 extern const char kProductVersion[]; 257 extern const char kProductVersion[];
258 extern const char kProfileDirectory[]; 258 extern const char kProfileDirectory[];
259 extern const char kProfilingAtStart[]; 259 extern const char kProfilingAtStart[];
260 extern const char kProfilingFile[]; 260 extern const char kProfilingFile[];
261 extern const char kProfilingFlush[]; 261 extern const char kProfilingFlush[];
262 extern const char kProfilingOutputFile[];
262 extern const char kPromoServerURL[]; 263 extern const char kPromoServerURL[];
263 extern const char kProxyAutoDetect[]; 264 extern const char kProxyAutoDetect[];
264 extern const char kProxyBypassList[]; 265 extern const char kProxyBypassList[];
265 extern const char kProxyPacUrl[]; 266 extern const char kProxyPacUrl[];
266 extern const char kProxyServer[]; 267 extern const char kProxyServer[];
267 extern const char kPurgeMemoryButton[]; 268 extern const char kPurgeMemoryButton[];
268 extern const char kReloadKilledTabs[]; 269 extern const char kReloadKilledTabs[];
269 extern const char kRemoteDebuggingFrontend[]; 270 extern const char kRemoteDebuggingFrontend[];
270 extern const char kRendererPrintPreview[]; 271 extern const char kRendererPrintPreview[];
271 extern const char kRestoreLastSession[]; 272 extern const char kRestoreLastSession[];
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 #if defined(USE_AURA) 390 #if defined(USE_AURA)
390 extern const char kTestCompositor[]; 391 extern const char kTestCompositor[];
391 #endif 392 #endif
392 393
393 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 394 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
394 // alphabetical order, or in one of the ifdefs (also in order in each section). 395 // alphabetical order, or in one of the ifdefs (also in order in each section).
395 396
396 } // namespace switches 397 } // namespace switches
397 398
398 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 399 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698