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

Unified Diff: chrome/app/generated_resources.grd

Issue 323633003: Change tabs + sessions permission warning (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 6 years, 6 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
===================================================================
--- chrome/app/generated_resources.grd (revision 274309)
+++ chrome/app/generated_resources.grd (working copy)
@@ -4298,6 +4298,9 @@
<message name="IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY" desc="Permission string for access to browsing history.">
Read and modify your browsing history
</message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY_AND_SESSIONS" desc="Permission string for access to both browsing history and signed in sessions.">
+ Read and modify your browsing history on all your signed-in devices
+ </message>
<message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson string for access to geolocation.">
Detect your physical location
</message>
@@ -4307,6 +4310,9 @@
<message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs.">
Access your tabs and browsing activity
</message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_TABS_AND_SESSIONS" desc="Permission string for access to both tabs and signed in sessions.">
+ Access your browsing history on all your signed-in devices
+ </message>
<message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission string for access to debugger.">
Access the page debugger backend
</message>

Powered by Google App Engine
This is Rietveld 408576698