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

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

Issue 314283003: Removing the word "tabs" from the extensions permissions message of accessing "browsing activity". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo GB translations. 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 unified diff | Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <h1>Permission Warnings</h1> 1 <h1>Permission Warnings</h1>
2 2
3 3
4 <!-- 4 <!--
5 NOTE: When this doc is updated, the online help should also be updated: 5 NOTE: When this doc is updated, the online help should also be updated:
6 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213 6 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213
7 7
8 We should periodically look at 8 We should periodically look at
9 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g rd?view=markup 9 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g rd?view=markup
10 to make sure that we're covering all messages. Search for 10 to make sure that we're covering all messages. Search for
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 <p> 189 <p>
190 The "topSites" permission is required by 190 The "topSites" permission is required by
191 <a href="topSites"><code>chrome.topSites</code></a>. 191 <a href="topSites"><code>chrome.topSites</code></a>.
192 </p> 192 </p>
193 </td> 193 </td>
194 </tr> 194 </tr>
195 195
196 <tr> 196 <tr>
197 <td style="font-weight:bold"> 197 <td style="font-weight:bold">
198 <!-- IDS_EXTENSION_PROMPT_WARNING_TABS --> 198 <!-- IDS_EXTENSION_PROMPT_WARNING_TABS -->
199 Access your tabs and browsing activity 199 Access your browsing activity
200 </td> 200 </td>
201 <td> 201 <td>
202 <!-- HasEffectiveBrowsingHistoryPermission --> 202 <!-- HasEffectiveBrowsingHistoryPermission -->
203 Any of the following: 203 Any of the following:
204 <ul> 204 <ul>
205 <li> "tabs" permission </li> 205 <li> "tabs" permission </li>
206 <li> "webNavigation" permission </li> 206 <li> "webNavigation" permission </li>
207 </ul> 207 </ul>
208 </td> 208 </td>
209 <td> 209 <td>
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 by clicking the <b>chrome://extensions</b> page's 463 by clicking the <b>chrome://extensions</b> page's
464 <b>Update extensions now</b> button. 464 <b>Update extensions now</b> button.
465 </p> 465 </p>
466 466
467 <h2 id="api">API</h2> 467 <h2 id="api">API</h2>
468 468
469 <p> 469 <p>
470 You can get a list of permission warnings for any manifest with 470 You can get a list of permission warnings for any manifest with
471 $(ref:management.getPermissionWarningsByManifest). 471 $(ref:management.getPermissionWarningsByManifest).
472 </p> 472 </p>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698