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

Unified Diff: chrome/app/generated_resources.grd

Issue 986653004: Add fullscreen permission controls to settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 7555969fc9d9f5df8ff240bfaead5a556ffe809e..7a92de82eb999f8c4e10ce6fc62ea6ff7e9f53f3 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13591,6 +13591,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.">
+ <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