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

Unified Diff: chrome/common/chrome_switches.h

Issue 328903004: SSL Connect Job Waiting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Redesigned cache accessing functions. Created 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index b7873b9d24d300ba757228414ff21089e39bfbf9..17433f126a076355d51d9b618a609d294913668c 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -146,6 +146,7 @@ extern const char kEnableExtensionActivityLogging[];
extern const char kEnableExtensionActivityLogTesting[];
extern const char kEnableFastUnload[];
extern const char kEnableIPv6[];
+extern const char kEnableSSLConnectJobWaiting[];
wtc 2014/06/17 17:44:39 Nit: move this constant to the right place in alph
mshelley1 2014/06/18 18:53:49 Done.
extern const char kEnableLinkableEphemeralApps[];
extern const char kEnableManagedStorage[];
extern const char kEnableNaCl[];

Powered by Google App Engine
This is Rietveld 408576698