| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 1a2e4327406c711e0523f5f5dd02769d6d3e0147..8b5f999364f439664d870a62afce99bd296b710f 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -1004,6 +1004,9 @@ const char kEnableOSKOverscroll[] = "enable-osk-overscroll";
|
| const char kEnableAggressiveDOMStorageFlushing[] =
|
| "enable-aggressive-domstorage-flushing";
|
|
|
| +// Enable automation hooks for ChromeDriver.
|
| +const char kEnableChromeDriver[] = "enable-chromedriver";
|
| +
|
| // Enable audio for desktop share.
|
| const char kDisableAudioSupportForDesktopShare[] =
|
| "disable-audio-support-for-desktop-share";
|
|
|