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

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: Added a command line flag that enables my changes. 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..341718a625276c6a1fda993153df6791fb3b970b 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 kEnableJobWaiting[];
wtc 2014/06/13 22:47:24 This file is not an SSL file, so this variable nam
mshelley1 2014/06/16 19:02:49 Done.
extern const char kEnableLinkableEphemeralApps[];
extern const char kEnableManagedStorage[];
extern const char kEnableNaCl[];

Powered by Google App Engine
This is Rietveld 408576698