| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 259b0a91702c1d2586786f533b52351c50cf6ab5..71abe87ab92ba30a7d660c17e5a490b1982982c5 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -106,6 +106,12 @@ const char kAuthExtensionPath[] = "auth-ext-path";
|
| // Whitelist for Negotiate Auth servers
|
| const char kAuthServerWhitelist[] = "auth-server-whitelist";
|
|
|
| +// This flag makes Chrome auto-open DevTools window for each tab. It is
|
| +// intended to be used by developers and automation to not require user
|
| +// interaction for opening DevTools.
|
| +const char kAutoOpenDevToolsForTabs[] =
|
| + "auto-open-devtools-for-tabs";
|
| +
|
| // This flag makes Chrome auto-select the provided choice when an extension asks
|
| // permission to start desktop capture. Should only be used for tests. For
|
| // instance, --auto-select-desktop-capture-source="Entire screen" will
|
|
|