| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 42e97f572f5ee634be7c57cb35ae60c829fcdf93..5898e8388ce9c8b416fd7f98eab8fe2835a65482 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -514,9 +514,6 @@ const char kEnableQuicPortSelection[] = "enable-quic-port-selection";
|
| const char kEnableWebRtcEventLoggingFromExtension[] =
|
| "enable-webrtc-event-logging-from-extension";
|
|
|
| -// Enables support for HTTP alternative services.
|
| -const char kEnableAlternativeServices[] = "enable-alternative-services";
|
| -
|
| // Enables using bubbles for session restore request instead of infobars.
|
| const char kEnableSessionCrashedBubble[] = "enable-session-crashed-bubble";
|
|
|
|
|