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

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

Issue 7821010: Move web intents switch to content_switches. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 3 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 9 #pragma once
10 10
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 extern const char kEnableSmoothScrolling[]; 152 extern const char kEnableSmoothScrolling[];
153 extern const char kEnableSSLCachedInfo[]; 153 extern const char kEnableSSLCachedInfo[];
154 extern const char kEnableSyncOAuth[]; 154 extern const char kEnableSyncOAuth[];
155 extern const char kEnableSyncSessions[]; 155 extern const char kEnableSyncSessions[];
156 extern const char kEnableSyncedBookmarksFolder[]; 156 extern const char kEnableSyncedBookmarksFolder[];
157 extern const char kEnableTabGroupsContextMenu[]; 157 extern const char kEnableTabGroupsContextMenu[];
158 extern const char kEnableTcpFastOpen[]; 158 extern const char kEnableTcpFastOpen[];
159 extern const char kEnableTopSites[]; 159 extern const char kEnableTopSites[];
160 extern const char kEnableVerticalTabs[]; 160 extern const char kEnableVerticalTabs[];
161 extern const char kEnableWatchdog[]; 161 extern const char kEnableWatchdog[];
162 extern const char kEnableWebIntents[];
163 extern const char kEnableWebSocketOverSpdy[]; 162 extern const char kEnableWebSocketOverSpdy[];
164 extern const char kEnableWebUITaskManager[]; 163 extern const char kEnableWebUITaskManager[];
165 extern const char kExperimentalSpellcheckerFeatures[]; 164 extern const char kExperimentalSpellcheckerFeatures[];
166 extern const char kExplicitlyAllowedPorts[]; 165 extern const char kExplicitlyAllowedPorts[];
167 extern const char kExtensionsUpdateFrequency[]; 166 extern const char kExtensionsUpdateFrequency[];
168 extern const char kFlagSwitchesBegin[]; 167 extern const char kFlagSwitchesBegin[];
169 extern const char kFlagSwitchesEnd[]; 168 extern const char kFlagSwitchesEnd[];
170 extern const char kFeedbackServer[]; 169 extern const char kFeedbackServer[];
171 extern const char kFileDescriptorLimit[]; 170 extern const char kFileDescriptorLimit[];
172 extern const char kFocusExistingTabOnOpen[]; 171 extern const char kFocusExistingTabOnOpen[];
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 bool IsPrintPreviewEnabled(); 367 bool IsPrintPreviewEnabled();
369 368
370 bool IsInBrowserThumbnailingEnabled(); 369 bool IsInBrowserThumbnailingEnabled();
371 370
372 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 371 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
373 // alphabetical order, or in one of the ifdefs (also in order in each section). 372 // alphabetical order, or in one of the ifdefs (also in order in each section).
374 373
375 } // namespace switches 374 } // namespace switches
376 375
377 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 376 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/content_settings_handler.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698