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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1049083002: UI fix for fullscreen permission on single website preference. (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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 90a62a9886d0ff6587e59bc1a7220c8fa4dffb0c..467e69d9c15142d0459162ccbd91328d27ef2c91 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -609,6 +609,12 @@ To obtain new licenses, connect to the internet and play your downloaded content
<message name="IDS_FULLSCREEN_PERMISSION_TITLE" desc="Title for the permission of entering fullscreen without popup alert [CHAR-LIMIT=32]">
Fullscreen
</message>
+ <message name="IDS_RESET_FULLSCREEN_PERMISSION_TITLE" desc="Title of the confirmation dialog when the user asks to reset fullscreen permission">
+ Reset fullscreen permission
+ </message>
+ <message name="IDS_RESET_FULLSCREEN_PERMISSION_DIALOG_MESSAGE" desc="Text of the confirmation dialog when the user asks to reset fullscreen permission">
+ Fullscreen permission will be revoked for this site
Finnur 2015/03/31 12:11:34 nit: Missing period at end.
qinmin 2015/03/31 16:57:48 Done.
+ </message>
<!-- Data Saver -->
<message name="IDS_REDUCE_DATA_USAGE_TITLE" desc="Menu item for reducing data usage.">

Powered by Google App Engine
This is Rietveld 408576698