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

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

Issue 10850002: [sync] Disable Win 8 sync credential caching for M22 (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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 #if defined(OS_MACOSX) 412 #if defined(OS_MACOSX)
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 #endif 423 #endif
423 424
424 #if defined(USE_AURA) 425 #if defined(USE_AURA)
425 extern const char kDisableTCVA[]; 426 extern const char kDisableTCVA[];
426 extern const char kOpenAsh[]; 427 extern const char kOpenAsh[];
427 #endif 428 #endif
428 429
429 #ifndef NDEBUG 430 #ifndef NDEBUG
430 extern const char kFileManagerExtensionPath[]; 431 extern const char kFileManagerExtensionPath[];
431 extern const char kDumpProfileDependencyGraph[]; 432 extern const char kDumpProfileDependencyGraph[];
432 #endif 433 #endif
433 434
434 #if defined(GOOGLE_CHROME_BUILD) 435 #if defined(GOOGLE_CHROME_BUILD)
435 extern const char kDisablePrintPreview[]; 436 extern const char kDisablePrintPreview[];
436 #else 437 #else
437 extern const char kEnablePrintPreview[]; 438 extern const char kEnablePrintPreview[];
438 #endif 439 #endif
439 440
440 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 441 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
441 // alphabetical order, or in one of the ifdefs (also in order in each section). 442 // alphabetical order, or in one of the ifdefs (also in order in each section).
442 443
443 } // namespace switches 444 } // namespace switches
444 445
445 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 446 #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