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

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

Issue 10699040: Relaunch Chrome in metro-mode with the help of a helper process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ToT Created 8 years, 4 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/browser/shell_integration_win.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 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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 extern const char kEnableExposeForTabs[]; 413 extern const char kEnableExposeForTabs[];
414 extern const char kKeychainReauthorize[]; 414 extern const char kKeychainReauthorize[];
415 extern const char kRelauncherProcess[]; 415 extern const char kRelauncherProcess[];
416 extern const char kUseMockKeychain[]; 416 extern const char kUseMockKeychain[];
417 #endif 417 #endif
418 418
419 #if defined(OS_WIN) 419 #if defined(OS_WIN)
420 extern const char kDisableDesktopShortcuts[]; 420 extern const char kDisableDesktopShortcuts[];
421 extern const char kDisableWebsiteSettings[]; 421 extern const char kDisableWebsiteSettings[];
422 extern const char kEnableSyncCredentialCaching[]; 422 extern const char kEnableSyncCredentialCaching[];
423 extern const char kForceImmersive[];
424 extern const char kRelaunchShortcut[];
425 extern const char kWaitForHandle[];
423 #endif 426 #endif
424 427
425 #if defined(USE_AURA) 428 #if defined(USE_AURA)
426 extern const char kDisableTCVA[]; 429 extern const char kDisableTCVA[];
427 extern const char kOpenAsh[]; 430 extern const char kOpenAsh[];
428 #endif 431 #endif
429 432
430 #ifndef NDEBUG 433 #ifndef NDEBUG
431 extern const char kFileManagerExtensionPath[]; 434 extern const char kFileManagerExtensionPath[];
432 extern const char kDumpProfileDependencyGraph[]; 435 extern const char kDumpProfileDependencyGraph[];
433 #endif 436 #endif
434 437
435 #if defined(GOOGLE_CHROME_BUILD) 438 #if defined(GOOGLE_CHROME_BUILD)
436 extern const char kDisablePrintPreview[]; 439 extern const char kDisablePrintPreview[];
437 #else 440 #else
438 extern const char kEnablePrintPreview[]; 441 extern const char kEnablePrintPreview[];
439 #endif 442 #endif
440 443
441 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 444 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
442 // alphabetical order, or in one of the ifdefs (also in order in each section). 445 // alphabetical order, or in one of the ifdefs (also in order in each section).
443 446
444 } // namespace switches 447 } // namespace switches
445 448
446 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 449 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/shell_integration_win.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698