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

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

Issue 1144193005: Fix a lot of support links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bug 490887 Created 5 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 unified diff | Download patch
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 https://support.google.com/chrome_webstore/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
11 IDS_EXTENSION_PROMPT_WARNING 11 IDS_EXTENSION_PROMPT_WARNING
12 (e.g. IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY). 12 (e.g. IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY).
13 --> 13 -->
14 14
15 <p> 15 <p>
16 To use most chrome.* APIs and extension capabilities, 16 To use most chrome.* APIs and extension capabilities,
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 by clicking the <b>chrome://extensions</b> page's 471 by clicking the <b>chrome://extensions</b> page's
472 <b>Update extensions now</b> button. 472 <b>Update extensions now</b> button.
473 </p> 473 </p>
474 474
475 <h2 id="api">API</h2> 475 <h2 id="api">API</h2>
476 476
477 <p> 477 <p>
478 You can get a list of permission warnings for any manifest with 478 You can get a list of permission warnings for any manifest with
479 $(ref:management.getPermissionWarningsByManifest). 479 $(ref:management.getPermissionWarningsByManifest).
480 </p> 480 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698