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

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

Issue 10818031: Alternative GDrive promo for the File Manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some tweaks 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
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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 extern const char kLoginPassword[]; 388 extern const char kLoginPassword[];
389 extern const char kNoDiscardTabs[]; 389 extern const char kNoDiscardTabs[];
390 extern const char kGuestSession[]; 390 extern const char kGuestSession[];
391 extern const char kEchoExtensionPath[]; 391 extern const char kEchoExtensionPath[];
392 extern const char kShowVolumeStatus[]; 392 extern const char kShowVolumeStatus[];
393 extern const char kStubCrosSettings[]; 393 extern const char kStubCrosSettings[];
394 extern const char kCompressSystemFeedback[]; 394 extern const char kCompressSystemFeedback[];
395 extern const char kAuthExtensionPath[]; 395 extern const char kAuthExtensionPath[];
396 extern const char kEnterpriseEnrollmentInitialModulus[]; 396 extern const char kEnterpriseEnrollmentInitialModulus[];
397 extern const char kEnterpriseEnrollmentModulusLimit[]; 397 extern const char kEnterpriseEnrollmentModulusLimit[];
398 extern const char kChromeOSReleaseBoard[];
398 #ifndef NDEBUG 399 #ifndef NDEBUG
399 extern const char kOobeSkipPostLogin[]; 400 extern const char kOobeSkipPostLogin[];
400 #endif 401 #endif
401 #endif 402 #endif
402 403
403 #if defined(OS_POSIX) 404 #if defined(OS_POSIX)
404 extern const char kEnableCrashReporter[]; 405 extern const char kEnableCrashReporter[];
405 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) 406 #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
406 extern const char kPasswordStore[]; 407 extern const char kPasswordStore[];
407 #endif 408 #endif
(...skipping 25 matching lines...) Expand all
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/resources/file_manager/js/mock_chrome.js ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698