| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 415d583fe87efd9d406bc123f11b691210012658..bdd3b4e7e311f939f24738de43f202763de49f18 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -424,7 +424,7 @@ const char kDisableQuicPacing[] = "disable-quic-pacing";
|
|
|
| // Disable use of Chromium's port selection for the ephemeral port via bind().
|
| // This only has an effect if QUIC protocol is enabled.
|
| -const char kDisableQuicPortSelection[] = "disable-quic-port_selection";
|
| +const char kDisableQuicPortSelection[] = "disable-quic-port-selection";
|
|
|
| // Prevents the URLs of BackgroundContents from being remembered and
|
| // re-launched when the browser restarts.
|
|
|