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

Unified Diff: chrome/browser/ui/BUILD.gn

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/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index fccb09f6e37add280ee1190bf107aa7c81ccb1e2..df2fa3d8ba3040665584d65ac6a7847be0cd0aa3 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -824,6 +824,8 @@ split_static_library("ui") {
"singleton_tabs.h",
"startup/bad_flags_prompt.cc",
"startup/bad_flags_prompt.h",
+ "startup/chromedriver_infobar_delegate.cc",
+ "startup/chromedriver_infobar_delegate.h",
"startup/google_api_keys_infobar_delegate.cc",
"startup/google_api_keys_infobar_delegate.h",
"startup/obsolete_system_infobar_delegate.cc",

Powered by Google App Engine
This is Rietveld 408576698