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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1164073005: Allow script to request durable storage permission (chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 97587851b1510bf4d80c1ce0332664f2a125d521..2de8a6f0b1999d0f0f68f6a88c47fe28a22489bb 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15799,6 +15799,16 @@ After you create a new supervised user, you can manage their settings at any tim
Allows users to opt in to the collection of invalid TLS/SSL certificate chains.
</message>
+ <message name="IDS_DURABLE_STORAGE_INFOBAR_QUESTION" desc="">
+ <ph name="URL">
+ $1<ex>www.google.com</ex>
+ </ph> wants to store files on this device.
+ </message>
+
+ <message name="IDS_DURABLE_STORAGE_BUBBLE_FRAGMENT" desc="Permission fragment presented in the permission bubble when the webapp requests to be exempt from low-storage driven disk cleanup. Follows a 'This site would like to:' prompt.">
+ Store files on this device
+ </message>
+
<!-- Printer detected notification -->
<if expr="chromeos">
<message name="IDS_PRINTER_DETECTED_NOTIFICATION_TITLE" desc="Title for notification shown to the user when a printer gets plugged in to a Chrome OS device.">
« no previous file with comments | « no previous file | chrome/browser/durable_storage_browsertest.cc » ('j') | chrome/browser/durable_storage_permission_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698