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

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

Issue 2226633002: Add a feature to display a persistence toggle for permission prompts on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 c28c0127b4380fbd4445a09219d144f676135fba..28506cfff6dfba28a90862335eba5cdfd63c8f94 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1367,6 +1367,11 @@ You are signing in with a managed account and giving its administrator control o
Options available near bottom of the screen
</message>
+ <!-- ConfirmInfoBar -->
+ <message name="IDS_CONFIRM_INFOBAR_PERSIST_TEXT" desc="Toggle to persist a infobar choice">
+ Remember my decision
+ </message>
+
<!-- DownloadOverwriteInfoBar -->
<message name="IDS_DOWNLOAD_OVERWRITE_INFOBAR_TEXT" desc="Prompt text for the confirmation dialog asking whether the user really wants to replace a file when there already exists a file with the same name">
Do you want to replace the existing <ph name="FILE_NAME">^1<ex>specialfile.pdf</ex></ph> in <ph name="DIRECTORY_NAME">^2<ex>Downloads</ex></ph>?

Powered by Google App Engine
This is Rietveld 408576698