Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 8fbcfe6d7ca49462b104d66616d4d0a6fa39dffe..63e3f081bd65671c344dd477d61dc7650b69df80 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -312,6 +312,10 @@ extern const char kSpellingServiceFeedbackIntervalSeconds[]; |
extern const char kSSLVersionMax[]; |
extern const char kSSLVersionMin[]; |
extern const char kSSLVersionFallbackMin[]; |
+extern const char kSSLVersionSSLv3[]; |
+extern const char kSSLVersionTLSv1[]; |
+extern const char kSSLVersionTLSv11[]; |
+extern const char kSSLVersionTLSv12[]; |
extern const char kStartMaximized[]; |
extern const char kSupervisedUserId[]; |
extern const char kSupervisedUserSyncToken[]; |