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

Unified Diff: chrome/common/chrome_switches.cc

Issue 10828373: [net] Add AsyncDns field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 4 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/base/test_launcher_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 85970e3b7075ce7475a9b0b7af5f7bbbe5afb24a..102f8610436901220bb2bec49150489e6bee25c9 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -250,6 +250,9 @@ const char kDiagnostics[] = "diagnostics";
// device, useful when using remote desktop or machines without sound cards.
// This is temporary until we fix the underlying problem.
+// Disables the experimental asynchronous DNS client.
+const char kDisableAsyncDns[] = "disable-async-dns";
+
// Disables asynchronous spellchecking features for all time. Disabling this
// feature also disables unified spellchecking.
const char kDisableAsynchronousSpellChecking[] =
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/base/test_launcher_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698