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

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: rework 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 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 extern const char kSbDisableAutoUpdate[]; 344 extern const char kSbDisableAutoUpdate[];
345 extern const char kSbDisableDownloadProtection[]; 345 extern const char kSbDisableDownloadProtection[];
346 extern const char kSbDisableExtensionBlacklist[]; 346 extern const char kSbDisableExtensionBlacklist[];
347 extern const char kSbDisableSideEffectFreeWhitelist[]; 347 extern const char kSbDisableSideEffectFreeWhitelist[];
348 extern const char kSbDownloadFeedbackURL[]; 348 extern const char kSbDownloadFeedbackURL[];
349 extern const char kServiceProcess[]; 349 extern const char kServiceProcess[];
350 extern const char kSilentDebuggerExtensionAPI[]; 350 extern const char kSilentDebuggerExtensionAPI[];
351 extern const char kSilentLaunch[]; 351 extern const char kSilentLaunch[];
352 extern const char kSetToken[]; 352 extern const char kSetToken[];
353 extern const char kShowAppList[]; 353 extern const char kShowAppList[];
354 extern const char kShowAppListStartPage[];
355 extern const char kShowIcons[]; 354 extern const char kShowIcons[];
356 extern const char kSigninProcess[]; 355 extern const char kSigninProcess[];
357 extern const char kSilentDumpOnDCHECK[]; 356 extern const char kSilentDumpOnDCHECK[];
358 extern const char kSimulateUpgrade[]; 357 extern const char kSimulateUpgrade[];
359 extern const char kSimulateCriticalUpdate[]; 358 extern const char kSimulateCriticalUpdate[];
360 extern const char kSimulateOutdated[]; 359 extern const char kSimulateOutdated[];
361 extern const char kSpdyProxyAuthFallback[]; 360 extern const char kSpdyProxyAuthFallback[];
362 extern const char kSpdyProxyAuthOrigin[]; 361 extern const char kSpdyProxyAuthOrigin[];
363 extern const char kSpdyProxyAuthValue[]; 362 extern const char kSpdyProxyAuthValue[];
364 extern const char kSpdyProxyDevAuthOrigin[]; 363 extern const char kSpdyProxyDevAuthOrigin[];
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 #else 465 #else
467 extern const char kEnablePrintPreview[]; 466 extern const char kEnablePrintPreview[];
468 #endif 467 #endif
469 468
470 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 469 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
471 // alphabetical order, or in one of the ifdefs (also in order in each section). 470 // alphabetical order, or in one of the ifdefs (also in order in each section).
472 471
473 } // namespace switches 472 } // namespace switches
474 473
475 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 474 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698