| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 5f09527b1ee93ad5937b4494e88f97843729c82d..423ccb9df48801d9a9297a5a89ec663d69b92a12 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -713,6 +713,9 @@ const char kFileDescriptorLimit[] = "file-descriptor-limit";
|
| // whether or not it's actually the first run.
|
| const char kFirstRun[] = "first-run";
|
|
|
| +// Force use of QUIC for requests over the specified port.
|
| +const char kForceQuicWhenOriginHasPort[] = "force-quic-when-origin-has-port";
|
| +
|
| // Enables using GAIA information to populate profile name and icon.
|
| const char kGaiaProfileInfo[] = "gaia-profile-info";
|
|
|
|
|