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

Unified Diff: chrome/common/extensions/docs/templates/articles/permission_warnings.html

Issue 294903007: Changed host and NPAPI extension permission strings (access -> read and modify), updated unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Syntax error fix, specific test now passes Created 6 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/extensions/permissions/permission_set_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/articles/permission_warnings.html
diff --git a/chrome/common/extensions/docs/templates/articles/permission_warnings.html b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
index 913009f07ad8a18ba88669d15e671eeb83c3f75d..84fd6bf697e68d73a6f3670696a29061708732ff 100644
--- a/chrome/common/extensions/docs/templates/articles/permission_warnings.html
+++ b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
@@ -41,7 +41,7 @@ that a user might see when installing an extension:
<img src="{{static}}/images/perms-hw1.png"
width="490" height="193"
- alt="Permission warning: 'It can: Access your data on api.flickr.com'"
+ alt="Permission warning: 'It can: Read and modify your data on api.flickr.com'"
/>
<p>
@@ -100,7 +100,7 @@ brings up the following warning:
<img src="{{static}}/images/perms-hw2.png"
width="490" height="193"
- alt="Permission warning: 'It can: Access your data on api.flickr.com and flickr.com; Read and modify your browsing history'"
+ alt="Permission warning: 'It can: Read and modify your data on api.flickr.com and flickr.com; Read and modify your browsing history'"
/>
@@ -143,7 +143,7 @@ that trigger them.
<tr>
<td style="font-weight:bold">
<!-- IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS -->
- Access all data on your computer and the websites you visit
+ Read and modify all your data on your computer and the websites you visit
</td>
<td>
"plugins"
@@ -239,7 +239,7 @@ that trigger them.
<tr>
<td style="font-weight:bold">
<!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS -->
- Access your data on all websites
+ Read and modify all your data on all websites you visit
</td>
<td>
<!-- HasEffectiveAccessToAllHosts() -->
@@ -282,7 +282,7 @@ that trigger them.
<td style="font-weight:bold">
<!-- IDS_EXTENSION_PROMPT_WARNING_?_HOST -->
<!-- IDS_EXTENSION_PROMPT_WARNING_4_OR_MORE_HOSTS -->
- Access your data on <em>{list of websites}</em>
+ Read and modify your data on <em>{list of websites}</em>
</td>
<td>
A match pattern in the "permissions" field
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/common/extensions/permissions/permission_set_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698