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

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

Issue 9766021: SPDY - Added enabling of SPDY/3 to about:flags. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #pragma once 9 #pragma once
10 10
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 extern const char kEnableNaCl[]; 157 extern const char kEnableNaCl[];
158 extern const char kEnableNaClDebug[]; 158 extern const char kEnableNaClDebug[];
159 extern const char kEnableNaClExceptionHandling[]; 159 extern const char kEnableNaClExceptionHandling[];
160 extern const char kEnablePanels[]; 160 extern const char kEnablePanels[];
161 extern const char kEnablePasswordGeneration[]; 161 extern const char kEnablePasswordGeneration[];
162 extern const char kEnablePlatformApps[]; 162 extern const char kEnablePlatformApps[];
163 extern const char kEnablePnacl[]; 163 extern const char kEnablePnacl[];
164 extern const char kEnableProfiling[]; 164 extern const char kEnableProfiling[];
165 extern const char kEnableResourceContentSettings[]; 165 extern const char kEnableResourceContentSettings[];
166 extern const char kEnableSdch[]; 166 extern const char kEnableSdch[];
167 extern const char kEnableSpdy3[];
168 extern const char kEnableSpdyFlowControl[];
167 extern const char kEnableSuggestionsTabPage[]; 169 extern const char kEnableSuggestionsTabPage[];
168 extern const char kEnableSyncTabs[]; 170 extern const char kEnableSyncTabs[];
169 extern const char kDisableSyncTabs[]; 171 extern const char kDisableSyncTabs[];
170 extern const char kEnableSyncTabsForOtherClients[]; 172 extern const char kEnableSyncTabsForOtherClients[];
171 extern const char kEnableTabGroupsContextMenu[]; 173 extern const char kEnableTabGroupsContextMenu[];
172 extern const char kEnableWatchdog[]; 174 extern const char kEnableWatchdog[];
173 extern const char kEnableWebsiteSettings[]; 175 extern const char kEnableWebsiteSettings[];
174 extern const char kEnableWebSocketOverSpdy[]; 176 extern const char kEnableWebSocketOverSpdy[];
175 extern const char kEnableWebStoreLink[]; 177 extern const char kEnableWebStoreLink[];
176 extern const char kExperimentalSpellcheckerFeatures[]; 178 extern const char kExperimentalSpellcheckerFeatures[];
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 #else 399 #else
398 extern const char kEnablePrintPreview[]; 400 extern const char kEnablePrintPreview[];
399 #endif 401 #endif
400 402
401 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 403 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
402 // alphabetical order, or in one of the ifdefs (also in order in each section). 404 // alphabetical order, or in one of the ifdefs (also in order in each section).
403 405
404 } // namespace switches 406 } // namespace switches
405 407
406 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 408 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698