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

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

Issue 981723008: Unwind the SSL connection holdback experiment and remove related code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename & reformat Created 5 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
« no previous file with comments | « chrome/browser/io_thread.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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 extern const char kEnableQuicPacing[]; 158 extern const char kEnableQuicPacing[];
159 extern const char kEnableQuicPortSelection[]; 159 extern const char kEnableQuicPortSelection[];
160 extern const char kEnableReaderModeToolbarIcon[]; 160 extern const char kEnableReaderModeToolbarIcon[];
161 extern const char kEnableSavePasswordBubble[]; 161 extern const char kEnableSavePasswordBubble[];
162 extern const char kEnableSdchOverHttps[]; 162 extern const char kEnableSdchOverHttps[];
163 extern const char kEnableSdchPersistence[]; 163 extern const char kEnableSdchPersistence[];
164 extern const char kEnableSessionCrashedBubble[]; 164 extern const char kEnableSessionCrashedBubble[];
165 extern const char kEnableSettingsWindow[]; 165 extern const char kEnableSettingsWindow[];
166 extern const char kDisableSettingsWindow[]; 166 extern const char kDisableSettingsWindow[];
167 extern const char kEnableSpdy4[]; 167 extern const char kEnableSpdy4[];
168 extern const char kEnableSSLConnectJobWaiting[];
169 extern const char kEnableStaleWhileRevalidate[]; 168 extern const char kEnableStaleWhileRevalidate[];
170 extern const char kEnableSuggestionsService[]; 169 extern const char kEnableSuggestionsService[];
171 extern const char kEnableSupervisedUserBlacklist[]; 170 extern const char kEnableSupervisedUserBlacklist[];
172 extern const char kEnableSupervisedUserManagedBookmarksFolder[]; 171 extern const char kEnableSupervisedUserManagedBookmarksFolder[];
173 extern const char kEnableSupervisedUserSafeSites[]; 172 extern const char kEnableSupervisedUserSafeSites[];
174 extern const char kEnableSyncArticles[]; 173 extern const char kEnableSyncArticles[];
175 extern const char kEnableTabAudioMuting[]; 174 extern const char kEnableTabAudioMuting[];
176 extern const char kEnableThumbnailRetargeting[]; 175 extern const char kEnableThumbnailRetargeting[];
177 extern const char kEnableTranslateNewUX[]; 176 extern const char kEnableTranslateNewUX[];
178 extern const char kEnableUserAlternateProtocolPorts[]; 177 extern const char kEnableUserAlternateProtocolPorts[];
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 #if defined(OS_CHROMEOS) 408 #if defined(OS_CHROMEOS)
410 bool PowerOverlayEnabled(); 409 bool PowerOverlayEnabled();
411 #endif 410 #endif
412 411
413 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 412 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
414 // alphabetical order, or in one of the ifdefs (also in order in each section). 413 // alphabetical order, or in one of the ifdefs (also in order in each section).
415 414
416 } // namespace switches 415 } // namespace switches
417 416
418 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 417 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698