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

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

Issue 2019933002: Enable AltSvc pooling by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 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
« no previous file with comments | « chrome/browser/io_thread_unittest.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 the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 extern const char kDisablePanels[]; 147 extern const char kDisablePanels[];
148 extern const char kEnablePermissionsBlacklist[]; 148 extern const char kEnablePermissionsBlacklist[];
149 extern const char kEnablePotentiallyAnnoyingSecurityFeatures[]; 149 extern const char kEnablePotentiallyAnnoyingSecurityFeatures[];
150 extern const char kEnablePowerOverlay[]; 150 extern const char kEnablePowerOverlay[];
151 extern const char kEnablePrintPreviewRegisterPromos[]; 151 extern const char kEnablePrintPreviewRegisterPromos[];
152 extern const char kEnableProfiling[]; 152 extern const char kEnableProfiling[];
153 extern const char kEnablePushApiBackgroundMode[]; 153 extern const char kEnablePushApiBackgroundMode[];
154 extern const char kEnableQuic[]; 154 extern const char kEnableQuic[];
155 extern const char kEnableQuicPortSelection[]; 155 extern const char kEnableQuicPortSelection[];
156 extern const char kEnableWebRtcEventLoggingFromExtension[]; 156 extern const char kEnableWebRtcEventLoggingFromExtension[];
157 extern const char kEnableAlternativeServices[];
158 extern const char kEnableSessionCrashedBubble[]; 157 extern const char kEnableSessionCrashedBubble[];
159 extern const char kEnableSettingsWindow[]; 158 extern const char kEnableSettingsWindow[];
160 extern const char kDisableSettingsWindow[]; 159 extern const char kDisableSettingsWindow[];
161 extern const char kEnableSiteEngagementAppBanner[]; 160 extern const char kEnableSiteEngagementAppBanner[];
162 extern const char kEnableSiteEngagementEvictionPolicy[]; 161 extern const char kEnableSiteEngagementEvictionPolicy[];
163 extern const char kEnableSiteEngagementService[]; 162 extern const char kEnableSiteEngagementService[];
164 extern const char kEnableSupervisedUserManagedBookmarksFolder[]; 163 extern const char kEnableSupervisedUserManagedBookmarksFolder[];
165 extern const char kEnableTabAudioMuting[]; 164 extern const char kEnableTabAudioMuting[];
166 extern const char kEnableThumbnailRetargeting[]; 165 extern const char kEnableThumbnailRetargeting[];
167 extern const char kEnableUserAlternateProtocolPorts[]; 166 extern const char kEnableUserAlternateProtocolPorts[];
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 #if defined(ENABLE_TASK_MANAGER) 416 #if defined(ENABLE_TASK_MANAGER)
418 bool NewTaskManagerEnabled(); 417 bool NewTaskManagerEnabled();
419 #endif // defined(ENABLE_TASK_MANAGER) 418 #endif // defined(ENABLE_TASK_MANAGER)
420 419
421 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 420 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
422 // alphabetical order, or in one of the ifdefs (also in order in each section). 421 // alphabetical order, or in one of the ifdefs (also in order in each section).
423 422
424 } // namespace switches 423 } // namespace switches
425 424
426 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 425 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/io_thread_unittest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698