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

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

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert sync pref changes Created 7 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 | 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 19 matching lines...) Expand all
30 extern const char kAllowLegacyExtensionManifests[]; 30 extern const char kAllowLegacyExtensionManifests[];
31 extern const char kAllowNaClSocketAPI[]; 31 extern const char kAllowNaClSocketAPI[];
32 extern const char kAllowOutdatedPlugins[]; 32 extern const char kAllowOutdatedPlugins[];
33 extern const char kAllowRunningInsecureContent[]; 33 extern const char kAllowRunningInsecureContent[];
34 extern const char kAllowScriptingGallery[]; 34 extern const char kAllowScriptingGallery[];
35 extern const char kAlwaysAuthorizePlugins[]; 35 extern const char kAlwaysAuthorizePlugins[];
36 extern const char kAppId[]; 36 extern const char kAppId[];
37 extern const char kApp[]; 37 extern const char kApp[];
38 extern const char kAppsDevtool[]; 38 extern const char kAppsDevtool[];
39 extern const char kAppWindowSize[]; 39 extern const char kAppWindowSize[];
40 extern const char kAppNotifyChannelServerURL[];
41 extern const char kAppsCheckoutURL[]; 40 extern const char kAppsCheckoutURL[];
42 extern const char kAppsGalleryDownloadURL[]; 41 extern const char kAppsGalleryDownloadURL[];
43 extern const char kAppsGalleryInstallAutoConfirmForTests[]; 42 extern const char kAppsGalleryInstallAutoConfirmForTests[];
44 extern const char kAppsGalleryURL[]; 43 extern const char kAppsGalleryURL[];
45 extern const char kAppsGalleryUpdateURL[]; 44 extern const char kAppsGalleryUpdateURL[];
46 extern const char kAppModeOAuth2Token[]; 45 extern const char kAppModeOAuth2Token[];
47 extern const char kAppsNewInstallBubble[]; 46 extern const char kAppsNewInstallBubble[];
48 extern const char kAppsNoThrob[]; 47 extern const char kAppsNoThrob[];
49 extern const char kAuthNegotiateDelegateWhitelist[]; 48 extern const char kAuthNegotiateDelegateWhitelist[];
50 extern const char kAuthSchemes[]; 49 extern const char kAuthSchemes[];
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 extern const char kDisableNTPOtherSessionsMenu[]; 100 extern const char kDisableNTPOtherSessionsMenu[];
102 extern const char kDisablePopupBlocking[]; 101 extern const char kDisablePopupBlocking[];
103 extern const char kDisablePreconnect[]; 102 extern const char kDisablePreconnect[];
104 extern const char kDisablePromptOnRepost[]; 103 extern const char kDisablePromptOnRepost[];
105 extern const char kDisableRestoreBackgroundContents[]; 104 extern const char kDisableRestoreBackgroundContents[];
106 extern const char kDisableRestoreSessionState[]; 105 extern const char kDisableRestoreSessionState[];
107 extern const char kDisableScriptedPrintThrottling[]; 106 extern const char kDisableScriptedPrintThrottling[];
108 extern const char kDisableSync[]; 107 extern const char kDisableSync[];
109 extern const char kDisableSyncAppSettings[]; 108 extern const char kDisableSyncAppSettings[];
110 extern const char kDisableSyncApps[]; 109 extern const char kDisableSyncApps[];
111 extern const char kDisableSyncAppNotifications[];
112 extern const char kDisableSyncAutofill[]; 110 extern const char kDisableSyncAutofill[];
113 extern const char kDisableSyncAutofillProfile[]; 111 extern const char kDisableSyncAutofillProfile[];
114 extern const char kDisableSyncBookmarks[]; 112 extern const char kDisableSyncBookmarks[];
115 extern const char kDisableSyncDictionary[]; 113 extern const char kDisableSyncDictionary[];
116 extern const char kDisableSyncExtensionSettings[]; 114 extern const char kDisableSyncExtensionSettings[];
117 extern const char kDisableSyncExtensions[]; 115 extern const char kDisableSyncExtensions[];
118 extern const char kDisableSyncHistoryDeleteDirectives[]; 116 extern const char kDisableSyncHistoryDeleteDirectives[];
119 extern const char kDisableSyncPasswords[]; 117 extern const char kDisableSyncPasswords[];
120 extern const char kDisableSyncPreferences[]; 118 extern const char kDisableSyncPreferences[];
121 extern const char kDisableSyncSearchEngines[]; 119 extern const char kDisableSyncSearchEngines[];
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 #else 478 #else
481 extern const char kEnablePrintPreview[]; 479 extern const char kEnablePrintPreview[];
482 #endif 480 #endif
483 481
484 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 482 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
485 // alphabetical order, or in one of the ifdefs (also in order in each section). 483 // alphabetical order, or in one of the ifdefs (also in order in each section).
486 484
487 } // namespace switches 485 } // namespace switches
488 486
489 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 487 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698