| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 24426)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -598,4 +598,8 @@
|
| // Enable experimental support for cached byte-ranges.
|
| const wchar_t kEnableByteRangeSupport[] = L"enable-byte-range-support";
|
|
|
| +// Explicitly allow additional ports using a comma separated list of port
|
| +// numbers.
|
| +const wchar_t kExplicitlyAllowedPorts[] = L"explicitly-allowed-ports";
|
| +
|
| } // namespace switches
|
|
|