| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 16ecfe80f629e80af0e2fe20ff436ca600531846..9ab660728fea21b476dc6838d8a81c62c70fd81e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -271,9 +271,6 @@ const char kDisableExtensionsHttpThrottling[] =
|
| // Disable field trial tests configured in fieldtrial_testing_config.json.
|
| const char kDisableFieldTrialTestingConfig[] = "disable-field-trial-config";
|
|
|
| -// Disable HTTP/2 and SPDY/3.1 protocols.
|
| -const char kDisableHttp2[] = "disable-http2";
|
| -
|
| // 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[] =
|
| @@ -313,13 +310,6 @@ const char kDisablePrintPreview[] = "disable-print-preview";
|
| // disable that check. This switch is used during automated testing.
|
| const char kDisablePromptOnRepost[] = "disable-prompt-on-repost";
|
|
|
| -// Disables support for the QUIC protocol.
|
| -const char kDisableQuic[] = "disable-quic";
|
| -
|
| -// 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";
|
| -
|
| // Disables using bubbles for session restore request.
|
| const char kDisableSessionCrashedBubble[] = "disable-session-crashed-bubble";
|
|
|
| @@ -492,20 +482,10 @@ const char kEnableProfiling[] = "enable-profiling";
|
| const char kEnablePushApiBackgroundMode[] = "enable-push-api-background-mode";
|
| const char kDisablePushApiBackgroundMode[] = "disable-push-api-background-mode";
|
|
|
| -// Enables support for the QUIC protocol. This is a temporary testing flag.
|
| -const char kEnableQuic[] = "enable-quic";
|
| -
|
| -// Enable use of Chromium's port selection for the ephemeral port via bind().
|
| -// This only has an effect if QUIC protocol is enabled.
|
| -const char kEnableQuicPortSelection[] = "enable-quic-port-selection";
|
| -
|
| // If the WebRTC logging private API is active, enables WebRTC event logging.
|
| 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";
|
|
|
| @@ -634,13 +614,6 @@ const char kHostRules[] = "host-rules";
|
| // to disable host resolver retry attempts.
|
| const char kHostResolverRetryAttempts[] = "host-resolver-retry-attempts";
|
|
|
| -// Causes net::URLFetchers to ignore requests for SSL client certificates,
|
| -// causing them to attempt an unauthenticated SSL/TLS session. This is intended
|
| -// for use when testing various service URLs (eg: kPromoServerURL, kSbURLPrefix,
|
| -// kSyncServiceURL, etc)
|
| -const char kIgnoreUrlFetcherCertRequests[] =
|
| - "ignore-urlfetcher-cert-requests";
|
| -
|
| // Causes the browser to launch directly in incognito mode.
|
| const char kIncognito[] = "incognito";
|
|
|
| @@ -769,9 +742,6 @@ const char kNumPacThreads[] = "num-pac-threads";
|
| // Launches URL in new browser window.
|
| const char kOpenInNewWindow[] = "new-window";
|
|
|
| -// Specifies a comma separated list of host/port pairs to force use of QUIC.
|
| -const char kOriginToForceQuicOn[] = "origin-to-force-quic-on";
|
| -
|
| // The time that a new chrome process which is delegating to an already running
|
| // chrome process started. (See ProcessSingleton for more details.)
|
| const char kOriginalProcessStartTime[] = "original-process-start-time";
|
| @@ -871,19 +841,6 @@ const char kProxyPacUrl[] = "proxy-pac-url";
|
| // highest priority.
|
| const char kProxyServer[] = "proxy-server";
|
|
|
| -// Specifies a comma separated list of QUIC connection options to send to
|
| -// the server.
|
| -const char kQuicConnectionOptions[] = "quic-connection-options";
|
| -
|
| -// Specifies a comma separated list of hosts to whitelist QUIC for.
|
| -const char kQuicHostWhitelist[] = "quic-host-whitelist";
|
| -
|
| -// Specifies the maximum length for a QUIC packet.
|
| -const char kQuicMaxPacketLength[] = "quic-max-packet-length";
|
| -
|
| -// Specifies the version of QUIC to use.
|
| -const char kQuicVersion[] = "quic-version";
|
| -
|
| // Porvides a list of addresses to discover DevTools remote debugging targets.
|
| // The format is <host>:<port>,...,<host>:port.
|
| const char kRemoteDebuggingTargets[] = "remote-debugging-targets";
|
|
|