| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index e1b50f9b43f6c41286382e32272ed96e56d1a1c0..38056b6fdfa20ec5b16bde817cf34ddf3d897e82 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -991,6 +991,9 @@ const char kEnableOSKOverscroll[] = "enable-osk-overscroll";
|
| const char kEnableAggressiveDOMStorageFlushing[] =
|
| "enable-aggressive-domstorage-flushing";
|
|
|
| +// Enable indication that browser is controlled by automation.
|
| +const char kEnableAutomation[] = "enable-automation";
|
| +
|
| // Enable audio for desktop share.
|
| const char kDisableAudioSupportForDesktopShare[] =
|
| "disable-audio-support-for-desktop-share";
|
|
|