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

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

Issue 10855063: [sync] Enable sync credential caching by default for post-M22 builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 416
417 #if defined(OS_MACOSX) 417 #if defined(OS_MACOSX)
418 extern const char kEnableExposeForTabs[]; 418 extern const char kEnableExposeForTabs[];
419 extern const char kKeychainReauthorize[]; 419 extern const char kKeychainReauthorize[];
420 extern const char kRelauncherProcess[]; 420 extern const char kRelauncherProcess[];
421 extern const char kUseMockKeychain[]; 421 extern const char kUseMockKeychain[];
422 #endif 422 #endif
423 423
424 #if defined(OS_WIN) 424 #if defined(OS_WIN)
425 extern const char kDisableDesktopShortcuts[]; 425 extern const char kDisableDesktopShortcuts[];
426 extern const char kEnableSyncCredentialCaching[]; 426 extern const char kDisableSyncCredentialCaching[];
427 extern const char kForceImmersive[]; 427 extern const char kForceImmersive[];
428 extern const char kRelaunchShortcut[]; 428 extern const char kRelaunchShortcut[];
429 extern const char kWaitForHandle[]; 429 extern const char kWaitForHandle[];
430 #endif 430 #endif
431 431
432 #if defined(USE_AURA) 432 #if defined(USE_AURA)
433 extern const char kDisableTCVA[]; 433 extern const char kDisableTCVA[];
434 extern const char kOpenAsh[]; 434 extern const char kOpenAsh[];
435 #endif 435 #endif
436 436
437 #ifndef NDEBUG 437 #ifndef NDEBUG
438 extern const char kFileManagerExtensionPath[]; 438 extern const char kFileManagerExtensionPath[];
439 extern const char kDumpProfileDependencyGraph[]; 439 extern const char kDumpProfileDependencyGraph[];
440 #endif 440 #endif
441 441
442 #if defined(GOOGLE_CHROME_BUILD) 442 #if defined(GOOGLE_CHROME_BUILD)
443 extern const char kDisablePrintPreview[]; 443 extern const char kDisablePrintPreview[];
444 #else 444 #else
445 extern const char kEnablePrintPreview[]; 445 extern const char kEnablePrintPreview[];
446 #endif 446 #endif
447 447
448 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 448 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
449 // alphabetical order, or in one of the ifdefs (also in order in each section). 449 // alphabetical order, or in one of the ifdefs (also in order in each section).
450 450
451 } // namespace switches 451 } // namespace switches
452 452
453 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 453 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/credential_cache_service_factory_win.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698