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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 2564973002: Add an infobar if a session is being controlled by an automated test. (Closed)
Patch Set: tweak wording, temporarily re-introduce load-component-extension Created 3 years, 11 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/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index ba91e807362718507253e8d556afdaa51681c972..159081866703937c6a284fbf645d23a9c8cffe89 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -1248,6 +1248,11 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@example.com</
Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Google Chrome<ph name="END_BOLD">&lt;/strong&gt;</ph>
</message>
</if>
+
+ <!-- ChromeDriver info bar -->
+ <message name="IDS_CONTROLLED_BY_CHROMEDRIVER" desc="Message shown when the browser session is being controlled by ChromeDriver. This message is followed by a 'Learn more' link.">
+ Your browser is being remotely controlled by ChromeDriver.
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698