| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 60cafaf3f19fcad85d5daf1a2a20e86d42b8329e..2bc52f567db6f6ccce742f876845cc7aaf9e751c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -904,6 +904,10 @@ 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";
|
| +
|
| // Indicates the last session should be restored on startup. This overrides the
|
| // preferences value and is primarily intended for testing. The value of this
|
| // switch is the number of tabs to wait until loaded before 'load completed' is
|
|
|