Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 9e672cf9d5cff1ac1734ae422d1a94855b6c3a35..f1a6f857edf3dda81f78beafaf881bab4758f796 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -331,11 +331,6 @@ const char kDisableQuicPacing[] = "disable-quic-pacing"; |
// This only has an effect if QUIC protocol is enabled. |
const char kDisableQuicPortSelection[] = "disable-quic-port-selection"; |
-// Disable use of time-base loss detection for QUIC connections. |
-// This only has an effect if QUIC protocol is enabled. |
-const char kDisableQuicTimeBasedLossDetection[] = |
- "disable-quic-time-based-loss-detection"; |
- |
// Prevents the save password bubble from being enabled. |
const char kDisableSavePasswordBubble[] = "disable-save-password-bubble"; |
@@ -541,11 +536,6 @@ const char kEnableQuicPacing[] = "enable-quic-pacing"; |
// This only has an effect if QUIC protocol is enabled. |
const char kEnableQuicPortSelection[] = "enable-quic-port-selection"; |
-// Enables use of time-base loss detection for QUIC connections. |
-// This only has an effect if QUIC protocol is enabled. |
-const char kEnableQuicTimeBasedLossDetection[] = |
- "enable-quic-time-based-loss-detection"; |
- |
// Enables context-sensitive reader mode button in the toolbar. |
const char kEnableReaderModeToolbarIcon[] = |
"enable-reader-mode-toolbar-icon"; |