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

Side by Side Diff: chrome/app/chromium_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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains definitions of strings that are distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 If you update this file, be sure also to update google_chrome_strings.grd. --> 3 If you update this file, be sure also to update google_chrome_strings.grd. -->
4 4
5 <grit base_dir="." latest_public_release="0" current_release="1" 5 <grit base_dir="." latest_public_release="0" current_release="1"
6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 6 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
7 <outputs> 7 <outputs>
8 <output filename="grit/chromium_strings.h" type="rc_header"> 8 <output filename="grit/chromium_strings.h" type="rc_header">
9 <emit emit_type='prepend'></emit> 9 <emit emit_type='prepend'></emit>
10 </output> 10 </output>
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1240 <message name="IDS_WIN10_WELCOME_MAKE_DEFAULT_SUBHEADING" desc="A subhea ding on a section which gives instructions on how to make Chromium the default b rowser."> 1240 <message name="IDS_WIN10_WELCOME_MAKE_DEFAULT_SUBHEADING" desc="A subhea ding on a section which gives instructions on how to make Chromium the default b rowser.">
1241 Make Chromium your default browser 1241 Make Chromium your default browser
1242 </message> 1242 </message>
1243 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chromium to the Windows 10 taskb ar."> 1243 <message name="IDS_WIN10_WELCOME_PIN_SUBHEADING" desc="A subheading on a section which gives instructions on how to pin Chromium to the Windows 10 taskb ar.">
1244 Pin Chromium to your taskbar 1244 Pin Chromium to your taskbar
1245 </message> 1245 </message>
1246 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps."> 1246 <message name="IDS_WIN10_WELCOME_SELECT" desc="An instruction asking the user to select Chromium from an external list of apps.">
1247 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Chromium<ph name="END_BO LD">&lt;/strong&gt;</ph> 1247 Select <ph name="SMALL_PRODUCT_LOGO">&lt;div class="logo-small"&gt;&lt ;/div&gt;</ph> <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Chromium<ph name="END_BO LD">&lt;/strong&gt;</ph>
1248 </message> 1248 </message>
1249 </if> 1249 </if>
1250
1251 <!-- ChromeDriver info bar -->
1252 <message name="IDS_CONTROLLED_BY_CHROMEDRIVER" desc="Message shown when th e browser session is being controlled by ChromeDriver. This message is followed by a 'Learn more' link.">
1253 Your browser is being remotely controlled by ChromeDriver.
Devlin 2017/02/01 23:04:59 we have a generated_resources.grd file for strings
samuong 2017/02/04 00:11:03 Done.
1254 </message>
1250 </messages> 1255 </messages>
1251 </release> 1256 </release>
1252 </grit> 1257 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/browser/extensions/extension_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698