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

Unified Diff: chrome/app/generated_resources.grd

Issue 2858013002: PS - Showing permission prompt for activeTab (Closed)
Patch Set: Update a unittest (.mm) Created 3 years, 7 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/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 54fcec8347c3ffc4e2d26041ea86a6879c95d633..ac75abb32c9b18cafd13df23bba8d04bd410e40a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3589,6 +3589,9 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
<message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission string for access to data on all websites.">
Read and change all your data on the websites you visit
</message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_CURRENT_HOST" desc="Permission string for access to data on current website.">
+ Read and change all your data on the current website
Devlin 2017/05/25 20:52:57 This could be a little misleading. IIUC, we show
Mattias Nissler (ping if slow) 2017/05/26 13:44:47 Would it make sense to say "all information within
Ivan Šandrk 2017/05/26 14:04:22 I think it's not restricted to only this tab. The
+ </message>
<message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS_READ_ONLY" desc="Permission string for read-only access to data on all websites.">
Read all your data on the websites you visit
</message>

Powered by Google App Engine
This is Rietveld 408576698