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

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

Issue 13035003: Added a PolicyCertVerifier that uses the trust anchors from the ONC policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments Created 7 years, 8 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_tests.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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 extern const char kOpenAsh[]; 410 extern const char kOpenAsh[];
411 #endif 411 #endif
412 412
413 #if defined(OS_CHROMEOS) 413 #if defined(OS_CHROMEOS)
414 // Keep switches in alphabetical order. 414 // Keep switches in alphabetical order.
415 extern const char kAshWebUIInit[]; 415 extern const char kAshWebUIInit[];
416 extern const char kDisableAppMode[]; 416 extern const char kDisableAppMode[];
417 extern const char kDisableBootAnimation[]; 417 extern const char kDisableBootAnimation[];
418 extern const char kDisableChromeCaptivePortalDetector[]; 418 extern const char kDisableChromeCaptivePortalDetector[];
419 extern const char kDisableDrive[]; 419 extern const char kDisableDrive[];
420 extern const char kDisableLocalAccounts[];
420 extern const char kDisableLoginAnimations[]; 421 extern const char kDisableLoginAnimations[];
421 extern const char kDisableOobeAnimation[]; 422 extern const char kDisableOobeAnimation[];
422 extern const char kEnableBackgroundLoader[]; 423 extern const char kEnableBackgroundLoader[];
423 extern const char kEnableCarrierSwitching[]; 424 extern const char kEnableCarrierSwitching[];
424 extern const char kEnableChromeCaptivePortalDetector[]; 425 extern const char kEnableChromeCaptivePortalDetector[];
425 extern const char kEnableDriveMetadataPrefetch[]; 426 extern const char kEnableDriveMetadataPrefetch[];
426 extern const char kEnableDrivePrefetch[]; 427 extern const char kEnableDrivePrefetch[];
427 extern const char kEnableTouchpadThreeFingerClick[]; 428 extern const char kEnableTouchpadThreeFingerClick[];
428 extern const char kEnableTouchpadThreeFingerSwipe[]; 429 extern const char kEnableTouchpadThreeFingerSwipe[];
429 extern const char kEnableKioskMode[]; 430 extern const char kEnableKioskMode[];
430 extern const char kDisableLocalAccounts[];
431 extern const char kEnableRequestTabletSite[]; 431 extern const char kEnableRequestTabletSite[];
432 extern const char kEnableStaticIPConfig[]; 432 extern const char kEnableStaticIPConfig[];
433 extern const char kEnableWebTrustCerts[];
433 extern const char kFirstBoot[]; 434 extern const char kFirstBoot[];
434 extern const char kForceLoginManagerInTests[]; 435 extern const char kForceLoginManagerInTests[];
435 extern const char kHasChromeOSKeyboard[]; 436 extern const char kHasChromeOSKeyboard[];
436 extern const char kHasChromeOSDiamondKey[]; 437 extern const char kHasChromeOSDiamondKey[];
437 extern const char kKioskModeScreensaverPath[]; 438 extern const char kKioskModeScreensaverPath[];
438 extern const char kLoginManager[]; 439 extern const char kLoginManager[];
439 // TODO(avayvod): Remove this flag when it's unnecessary for testing 440 // TODO(avayvod): Remove this flag when it's unnecessary for testing
440 // purposes. 441 // purposes.
441 extern const char kLoginScreen[]; 442 extern const char kLoginScreen[];
442 extern const char kLoginScreenSize[]; 443 extern const char kLoginScreenSize[];
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 #else 493 #else
493 extern const char kEnablePrintPreview[]; 494 extern const char kEnablePrintPreview[];
494 #endif 495 #endif
495 496
496 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 497 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
497 // alphabetical order, or in one of the ifdefs (also in order in each section). 498 // alphabetical order, or in one of the ifdefs (also in order in each section).
498 499
499 } // namespace switches 500 } // namespace switches
500 501
501 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 502 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698