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

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

Issue 186483004: Add a skeleton Start Page to the experimental app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares_change_experimental_animation
Patch Set: Created 6 years, 9 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
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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 extern const char kSbDisableAutoUpdate[]; 351 extern const char kSbDisableAutoUpdate[];
352 extern const char kSbDisableDownloadProtection[]; 352 extern const char kSbDisableDownloadProtection[];
353 extern const char kSbDisableExtensionBlacklist[]; 353 extern const char kSbDisableExtensionBlacklist[];
354 extern const char kSbDisableSideEffectFreeWhitelist[]; 354 extern const char kSbDisableSideEffectFreeWhitelist[];
355 extern const char kSbDownloadFeedbackURL[]; 355 extern const char kSbDownloadFeedbackURL[];
356 extern const char kServiceProcess[]; 356 extern const char kServiceProcess[];
357 extern const char kSilentDebuggerExtensionAPI[]; 357 extern const char kSilentDebuggerExtensionAPI[];
358 extern const char kSilentLaunch[]; 358 extern const char kSilentLaunch[];
359 extern const char kSetToken[]; 359 extern const char kSetToken[];
360 extern const char kShowAppList[]; 360 extern const char kShowAppList[];
361 extern const char kShowAppListStartPage[];
362 extern const char kShowIcons[]; 361 extern const char kShowIcons[];
363 extern const char kSigninProcess[]; 362 extern const char kSigninProcess[];
364 extern const char kSilentDumpOnDCHECK[]; 363 extern const char kSilentDumpOnDCHECK[];
365 extern const char kSimulateUpgrade[]; 364 extern const char kSimulateUpgrade[];
366 extern const char kSimulateCriticalUpdate[]; 365 extern const char kSimulateCriticalUpdate[];
367 extern const char kSimulateOutdated[]; 366 extern const char kSimulateOutdated[];
368 extern const char kSpdyProxyAuthFallback[]; 367 extern const char kSpdyProxyAuthFallback[];
369 extern const char kSpdyProxyAuthOrigin[]; 368 extern const char kSpdyProxyAuthOrigin[];
370 extern const char kSpdyProxyAuthValue[]; 369 extern const char kSpdyProxyAuthValue[];
371 extern const char kSpdyProxyDevAuthOrigin[]; 370 extern const char kSpdyProxyDevAuthOrigin[];
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 #else 474 #else
476 extern const char kEnablePrintPreview[]; 475 extern const char kEnablePrintPreview[];
477 #endif 476 #endif
478 477
479 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 478 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
480 // alphabetical order, or in one of the ifdefs (also in order in each section). 479 // alphabetical order, or in one of the ifdefs (also in order in each section).
481 480
482 } // namespace switches 481 } // namespace switches
483 482
484 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 483 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698