| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 89093a0a156540c8340530ac24eb540182b85811..83f1f301291d4642570b6a32e88094f5fb9352a1 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -433,10 +433,6 @@ const char kEnableExtensionActivityLogTesting[] =
|
| // crbug.com/142458 .
|
| const char kEnableFastUnload[] = "enable-fast-unload";
|
|
|
| -// Enables support for the QUIC protocol for insecure schemes (http://).
|
| -// This is a temporary testing flag.
|
| -const char kEnableInsecureQuic[] = "enable-insecure-quic";
|
| -
|
| // Enables the Material Design version of chrome://downloads.
|
| const char kEnableMaterialDesignDownloads[] = "enable-md-downloads";
|
|
|
|
|