Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 9883e2043f8217db7cea635a840f8e217bbc5e30..2ff4f66686e26afe1ca846764de606c99f3d643f 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -267,12 +267,6 @@ const char kDisableExtensionsFileAccessCheck[] = |
const char kDisableExtensionsHttpThrottling[] = |
"disable-extensions-http-throttling"; |
-// Don't resolve hostnames to IPv6 addresses. This can be used when debugging |
-// issues relating to IPv6, but shouldn't otherwise be needed. Be sure to file |
-// bugs if something isn't working properly in the presence of IPv6. This flag |
-// can be overidden by the "enable-ipv6" flag. |
-const char kDisableIPv6[] = "disable-ipv6"; |
- |
// Disable the behavior that the second click on a launcher item (the click when |
// the item is already active) minimizes the item. |
const char kDisableMinimizeOnSecondLauncherItemClick[] = |
@@ -445,12 +439,6 @@ const char kEnableExtensionActivityLogTesting[] = |
// crbug.com/142458 . |
const char kEnableFastUnload[] = "enable-fast-unload"; |
-// Enables IPv6 support, even if probes suggest that it may not be fully |
-// supported. Some probes may require internet connections, and this flag will |
-// allow support independent of application testing. This flag overrides |
-// "disable-ipv6" which appears elswhere in this file. |
-const char kEnableIPv6[] = "enable-ipv6"; |
- |
// Enables experimentation with launching ephemeral apps via hyperlinks. |
const char kEnableLinkableEphemeralApps[] = "enable-linkable-ephemeral-apps"; |