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

Unified Diff: chrome/browser/prefs/command_line_pref_store.cc

Issue 2388783003: chrome: remove --disable-async-dns switch (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/command_line_pref_store.cc
diff --git a/chrome/browser/prefs/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc
index 8fed000a1aae0b0b214651509c32a02b403c3c87..cec0d4c12f07ac2046ee959ea0253822ddb64420 100644
--- a/chrome/browser/prefs/command_line_pref_store.cc
+++ b/chrome/browser/prefs/command_line_pref_store.cc
@@ -75,7 +75,6 @@ const CommandLinePrefStore::BooleanSwitchToPreferenceMapEntry
{switches::kEnableUnifiedDesktop,
prefs::kUnifiedDesktopEnabledByDefault, true},
#endif
- {switches::kDisableAsyncDns, prefs::kBuiltInDnsClientEnabled, false},
tfarina 2016/10/03 17:35:29 Do I need to remove kBuiltInDnsClientEnabled as we
{switches::kUnsafePacUrl, prefs::kPacHttpsUrlStrippingEnabled, false},
};
« no previous file with comments | « no previous file | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698