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

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

Issue 10823002: Enable the Website Setting UI by default on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Enable the Website Settings by default on windows. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/browser_commands.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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 409
410 #if defined(OS_MACOSX) 410 #if defined(OS_MACOSX)
411 extern const char kEnableExposeForTabs[]; 411 extern const char kEnableExposeForTabs[];
412 extern const char kKeychainReauthorize[]; 412 extern const char kKeychainReauthorize[];
413 extern const char kRelauncherProcess[]; 413 extern const char kRelauncherProcess[];
414 extern const char kUseMockKeychain[]; 414 extern const char kUseMockKeychain[];
415 #endif 415 #endif
416 416
417 #if defined(OS_WIN) 417 #if defined(OS_WIN)
418 extern const char kDisableDesktopShortcuts[]; 418 extern const char kDisableDesktopShortcuts[];
419 extern const char kDisableWebsiteSettings[];
419 #endif 420 #endif
420 421
421 #if defined(USE_AURA) 422 #if defined(USE_AURA)
422 extern const char kDisableTCVA[]; 423 extern const char kDisableTCVA[];
423 extern const char kOpenAsh[]; 424 extern const char kOpenAsh[];
424 #endif 425 #endif
425 426
426 #ifndef NDEBUG 427 #ifndef NDEBUG
427 extern const char kFileManagerExtensionPath[]; 428 extern const char kFileManagerExtensionPath[];
428 extern const char kDumpProfileDependencyGraph[]; 429 extern const char kDumpProfileDependencyGraph[];
429 #endif 430 #endif
430 431
431 #if defined(GOOGLE_CHROME_BUILD) 432 #if defined(GOOGLE_CHROME_BUILD)
432 extern const char kDisablePrintPreview[]; 433 extern const char kDisablePrintPreview[];
433 #else 434 #else
434 extern const char kEnablePrintPreview[]; 435 extern const char kEnablePrintPreview[];
435 #endif 436 #endif
436 437
437 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 438 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
438 // alphabetical order, or in one of the ifdefs (also in order in each section). 439 // alphabetical order, or in one of the ifdefs (also in order in each section).
439 440
440 } // namespace switches 441 } // namespace switches
441 442
442 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 443 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698