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

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

Issue 8879022: retry 113568 - extensions: remove install/uninstall terminology (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | Annotate | Revision Log
OLDNEW
1 <div id="pageData-name" class="pageData">Permission Warnings</div> 1 <div id="pageData-name" class="pageData">Permission Warnings</div>
2 <div id="pageData-showTOC" class="pageData">true</div> 2 <div id="pageData-showTOC" class="pageData">true</div>
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 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 to <code>a.com</code>, 297 to <code>a.com</code>,
298 or vice versa, 298 or vice versa,
299 also triggers a warning. 299 also triggers a warning.
300 </p> 300 </p>
301 </td> 301 </td>
302 </tr> 302 </tr>
303 303
304 <tr> 304 <tr>
305 <td style="font-weight:bold"> 305 <td style="font-weight:bold">
306 <!-- IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT --> 306 <!-- IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT -->
307 Your list of installed apps, extensions, and themes 307 Your list of apps, extensions, and themes
308 <br /> 308 <br />
309 <span style="font-weight:normal; font-style:italic">or</span> 309 <span style="font-weight:normal; font-style:italic">or</span>
310 <br /> 310 <br />
311 Manage themes, extensions, and apps 311 Manage themes, extensions, and apps
312 312
313 <!-- PENDING: remove "Manage...apps" alternative message 313 <!-- PENDING: remove "Manage...apps" alternative message
314 once the fix is out on stable channel --> 314 once the fix is out on stable channel -->
315 <!-- See http://crbug.com/67859 --> 315 <!-- See http://crbug.com/67859 -->
316 </td> 316 </td>
317 <td> 317 <td>
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 by clicking the <b>chrome://extensions</b> page's 405 by clicking the <b>chrome://extensions</b> page's
406 <b>Update extensions now</b> button. 406 <b>Update extensions now</b> button.
407 </p> 407 </p>
408 408
409 <h2 id="api">API</h2> 409 <h2 id="api">API</h2>
410 410
411 <p> 411 <p>
412 You can get a list of permission warnings for any manifest with 412 You can get a list of permission warnings for any manifest with
413 <a href="management.html#method-getPermissionWarnings">chrome.management.getPerm issionWarnings()</a>. 413 <a href="management.html#method-getPermissionWarnings">chrome.management.getPerm issionWarnings()</a>.
414 </p> 414 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/permission_warnings.html ('k') | chrome/common/extensions/extension_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698