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

Unified Diff: chrome/test/chromedriver/chrome_launcher.cc

Issue 2564973002: Add an infobar if a session is being controlled by an automated test. (Closed)
Patch Set: change wording of infobar message to match suggestion from ux team 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: chrome/test/chromedriver/chrome_launcher.cc
diff --git a/chrome/test/chromedriver/chrome_launcher.cc b/chrome/test/chromedriver/chrome_launcher.cc
index b66294a526fb7da80359c59de6faf5013059a752..8571373825593257df55f8bc0eae68eaa36516ab 100644
--- a/chrome/test/chromedriver/chrome_launcher.cc
+++ b/chrome/test/chromedriver/chrome_launcher.cc
@@ -62,8 +62,8 @@
namespace {
const char* const kCommonSwitches[] = {
- "disable-infobars",
"disable-popup-blocking",
+ "enable-chromedriver",
"ignore-certificate-errors",
"metrics-recording-only",
};

Powered by Google App Engine
This is Rietveld 408576698