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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9369045: [net] HostResolverImpl + DnsTransaction + DnsConfigService = Asynchronous DNS ready for experiments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for test-drive. Created 8 years, 10 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.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 45713b2966aade4acd0d1fb109bb89ca2af1250b..eec21d8644ec08b34399c4a58fe9e23c543d131f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -419,6 +419,9 @@ const char kDownloadsNewUI[] = "downloads-new-ui";
// scripts.
const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit";
+// Enables the experimental asynchronous DNS client.
+const char kEnableAsyncDns[] = "enable-async-dns";
cbentzel 2012/02/10 19:51:08 Nit: Should be ordered after EnableAeroPeekTabs.
+
// Enables AeroPeek for each tab. (This switch only works on Windows 7).
const char kEnableAeroPeekTabs[] = "enable-aero-peek-tabs";

Powered by Google App Engine
This is Rietveld 408576698