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

Unified Diff: chrome/common/chrome_switches.cc

Issue 302010: Add a mechanism to disable IPv6.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address darin's comments Created 11 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
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 29420)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -237,6 +237,9 @@
// Make Chrome default browser
const char kMakeDefaultBrowser[] = "make-default-browser";
+// Don't resolve hostnames to IPv6 addresses.
+const char kDisableIPv6[] = "disable-ipv6";
+
// Use a specified proxy server, overrides system settings. This switch only
// affects HTTP and HTTPS requests.
const char kProxyServer[] = "proxy-server";

Powered by Google App Engine
This is Rietveld 408576698