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

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

Issue 65163003: Move GetWebstoreLaunchURL and GetWebstoreItemDetailURLPrefix to extensions/common/extension_urls.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 25 matching lines...) Expand all
36 extern const char kAllowRunningInsecureContent[]; 36 extern const char kAllowRunningInsecureContent[];
37 extern const char kAlwaysAuthorizePlugins[]; 37 extern const char kAlwaysAuthorizePlugins[];
38 extern const char kAppId[]; 38 extern const char kAppId[];
39 extern const char kApp[]; 39 extern const char kApp[];
40 extern const char kAppListStartPageURL[]; 40 extern const char kAppListStartPageURL[];
41 extern const char kAppsDevtool[]; 41 extern const char kAppsDevtool[];
42 extern const char kAppWindowSize[]; 42 extern const char kAppWindowSize[];
43 extern const char kAppsCheckoutURL[]; 43 extern const char kAppsCheckoutURL[];
44 extern const char kAppsGalleryDownloadURL[]; 44 extern const char kAppsGalleryDownloadURL[];
45 extern const char kAppsGalleryInstallAutoConfirmForTests[]; 45 extern const char kAppsGalleryInstallAutoConfirmForTests[];
46 extern const char kAppsGalleryURL[];
47 extern const char kAppsGalleryUpdateURL[]; 46 extern const char kAppsGalleryUpdateURL[];
48 extern const char kAppModeAuthCode[]; 47 extern const char kAppModeAuthCode[];
49 extern const char kAppModeOAuth2Token[]; 48 extern const char kAppModeOAuth2Token[];
50 extern const char kAppsNewInstallBubble[]; 49 extern const char kAppsNewInstallBubble[];
51 extern const char kAppsUseNativeFrame[]; 50 extern const char kAppsUseNativeFrame[];
52 extern const char kAuthExtensionPath[]; 51 extern const char kAuthExtensionPath[];
53 extern const char kAuthNegotiateDelegateWhitelist[]; 52 extern const char kAuthNegotiateDelegateWhitelist[];
54 extern const char kAuthSchemes[]; 53 extern const char kAuthSchemes[];
55 extern const char kAuthServerWhitelist[]; 54 extern const char kAuthServerWhitelist[];
56 extern const char kAutoLaunchAtStartup[]; 55 extern const char kAutoLaunchAtStartup[];
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 #else 476 #else
478 extern const char kEnablePrintPreview[]; 477 extern const char kEnablePrintPreview[];
479 #endif 478 #endif
480 479
481 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 480 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
482 // alphabetical order, or in one of the ifdefs (also in order in each section). 481 // alphabetical order, or in one of the ifdefs (also in order in each section).
483 482
484 } // namespace switches 483 } // namespace switches
485 484
486 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 485 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698