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

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

Issue 10919086: Wired chrome.rtcPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 extern const char kLoginProfile[]; 401 extern const char kLoginProfile[];
402 extern const char kLoginUser[]; 402 extern const char kLoginUser[];
403 extern const char kLoginPassword[]; 403 extern const char kLoginPassword[];
404 extern const char kNoDiscardTabs[]; 404 extern const char kNoDiscardTabs[];
405 extern const char kGuestSession[]; 405 extern const char kGuestSession[];
406 extern const char kEchoExtensionPath[]; 406 extern const char kEchoExtensionPath[];
407 extern const char kShowVolumeStatus[]; 407 extern const char kShowVolumeStatus[];
408 extern const char kStubCrosSettings[]; 408 extern const char kStubCrosSettings[];
409 extern const char kCompressSystemFeedback[]; 409 extern const char kCompressSystemFeedback[];
410 extern const char kAuthExtensionPath[]; 410 extern const char kAuthExtensionPath[];
411 extern const char kTestRtcExtensionId[];
411 extern const char kEnterpriseEnrollmentInitialModulus[]; 412 extern const char kEnterpriseEnrollmentInitialModulus[];
412 extern const char kEnterpriseEnrollmentModulusLimit[]; 413 extern const char kEnterpriseEnrollmentModulusLimit[];
413 extern const char kChromeOSReleaseBoard[]; 414 extern const char kChromeOSReleaseBoard[];
414 #ifndef NDEBUG 415 #ifndef NDEBUG
415 extern const char kOobeSkipPostLogin[]; 416 extern const char kOobeSkipPostLogin[];
416 #endif 417 #endif
417 #endif 418 #endif
418 419
419 #if defined(OS_POSIX) 420 #if defined(OS_POSIX)
420 extern const char kEnableCrashReporter[]; 421 extern const char kEnableCrashReporter[];
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 #else 455 #else
455 extern const char kEnablePrintPreview[]; 456 extern const char kEnablePrintPreview[];
456 #endif 457 #endif
457 458
458 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 459 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
459 // alphabetical order, or in one of the ifdefs (also in order in each section). 460 // alphabetical order, or in one of the ifdefs (also in order in each section).
460 461
461 } // namespace switches 462 } // namespace switches
462 463
463 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 464 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698