| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a76cc807badd92ee51791dc1e297c2aa329f5130..b06ea9bd97e6036ac980f104c0430e2ae9862658 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -111,10 +111,6 @@ const char kAuthExtensionPath[] = "auth-ext-path";
|
| // Whitelist for Negotiate Auth servers
|
| const char kAuthServerWhitelist[] = "auth-server-whitelist";
|
|
|
| -// A flag that is used to tell Chrome that it was launched automatically at
|
| -// computer startup and not by some user action.
|
| -const char kAutoLaunchAtStartup[] = "auto-launch-at-startup";
|
| -
|
| // 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
|
|
|