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

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

Issue 14125003: Do not roll back to SSL 3.0 for Google properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable Created 7 years, 8 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
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 extern const char kDisableInstantExtendedAPI[]; 103 extern const char kDisableInstantExtendedAPI[];
104 extern const char kDisableIPv6[]; 104 extern const char kDisableIPv6[];
105 extern const char kDisableIPPooling[]; 105 extern const char kDisableIPPooling[];
106 extern const char kDisableNativeAutofillUi[]; 106 extern const char kDisableNativeAutofillUi[];
107 extern const char kDisableNTPOtherSessionsMenu[]; 107 extern const char kDisableNTPOtherSessionsMenu[];
108 extern const char kDisablePopupBlocking[]; 108 extern const char kDisablePopupBlocking[];
109 extern const char kDisablePreconnect[]; 109 extern const char kDisablePreconnect[];
110 extern const char kDisablePromptOnRepost[]; 110 extern const char kDisablePromptOnRepost[];
111 extern const char kDisableRestoreBackgroundContents[]; 111 extern const char kDisableRestoreBackgroundContents[];
112 extern const char kDisableRestoreSessionState[]; 112 extern const char kDisableRestoreSessionState[];
113 extern const char kDisableSSLVersionMinPreloaded[];
113 extern const char kDisableScriptedPrintThrottling[]; 114 extern const char kDisableScriptedPrintThrottling[];
114 extern const char kDisableSync[]; 115 extern const char kDisableSync[];
115 extern const char kDisableSyncAppSettings[]; 116 extern const char kDisableSyncAppSettings[];
116 extern const char kDisableSyncApps[]; 117 extern const char kDisableSyncApps[];
117 extern const char kDisableSyncAutofill[]; 118 extern const char kDisableSyncAutofill[];
118 extern const char kDisableSyncAutofillProfile[]; 119 extern const char kDisableSyncAutofillProfile[];
119 extern const char kDisableSyncBookmarks[]; 120 extern const char kDisableSyncBookmarks[];
120 extern const char kDisableSyncDictionary[]; 121 extern const char kDisableSyncDictionary[];
121 extern const char kDisableSyncExtensionSettings[]; 122 extern const char kDisableSyncExtensionSettings[];
122 extern const char kDisableSyncExtensions[]; 123 extern const char kDisableSyncExtensions[];
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 #else 485 #else
485 extern const char kEnablePrintPreview[]; 486 extern const char kEnablePrintPreview[];
486 #endif 487 #endif
487 488
488 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 489 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
489 // alphabetical order, or in one of the ifdefs (also in order in each section). 490 // alphabetical order, or in one of the ifdefs (also in order in each section).
490 491
491 } // namespace switches 492 } // namespace switches
492 493
493 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 494 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698