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

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 546219c705818f2b1e5b448b23bc339efa4df2e6..4c980082dbbf83ac9cd1b9e7d37b73ce54afe4e6 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -610,6 +610,15 @@ 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.
+ </message>
+ <message name="IDS_RESET_FULLSCREEN_PERMISSION_DIALOG_OK_BUTTON" desc="Button to confirm fullscreen permission reset">
+ Reset
+ </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