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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
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:
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/permissions/chrome_permission_message_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 275837)
+++ chrome/app/generated_resources.grd (working copy)
@@ -4305,6 +4305,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>
@@ -4314,6 +4317,9 @@
<message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs.">
Access your 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>
« no previous file with comments | « no previous file | chrome/common/extensions/permissions/chrome_permission_message_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698