Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: content/public/common/content_switches.cc

Issue 2564973002: Add an infobar if a session is being controlled by an automated test. (Closed)
Patch Set: address review comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 6d1f4a32610b68e601ebc24fdd1d0dd7a73fa6d5..1bb56b826ed242676e88b83268111a672824e058 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -1005,6 +1005,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";
« content/public/common/content_switches.h ('K') | « content/public/common/content_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698