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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 986653004: Add fullscreen permission controls to settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 1ade4bac952047f8574c053115d9c899938c8ae8..ec39724c2d1aa24a8d0703a92034b4ee50481d15 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13510,6 +13510,19 @@ Some features may be unavailable. Please check that the profile exists and you
</message>
</if>
+ <!-- Fullscreen infobar -->
+ <if expr="is_android">
+ <message name="IDS_FULLSCREEN_INFOBAR_TEXT" desc="Text to display on the fullscreen infobar when a page enters fullscreen.">
Ted C 2015/03/12 21:21:35 Why are there two sets of strings? Are these used
qinmin 2015/03/17 23:49:30 Removed the strings in android_chrome_strings.grd,
+ <ph name="ORIGIN">$1<ex>https://www.youtube.com</ex></ph> is now fullscreen.
+ </message>
+ <message name="IDS_FULLSCREEN_INFOBAR_EXIT_FULLSCREEN_BUTTON" desc="Label for choosing 'Exit fullscreen' on fullscreen infobar.[CHAR-LIMIT=32]">
+ Exit fullscreen
+ </message>
+ <message name="IDS_FULLSCREEN_INFOBAR_ALLOW_BUTTON" desc="Label for choosing 'Allow' on fullscreen infobar. [CHAR-LIMIT=32]">
+ Allow
+ </message>
+ </if>
+
<message name="IDS_SAVE_PASSWORD" desc="The title of the save password bubble when a password can be saved.">
Do you want Google Chrome to save your password for this site?
</message>

Powered by Google App Engine
This is Rietveld 408576698