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

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

Issue 6731052: Minor doc fixes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note: 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc. Note:
2 1) The <head> information in this page is significant, should be uniform 2 1) The <head> information in this page is significant, should be uniform
3 across api docs and should be edited only with knowledge of the 3 across api docs and should be edited only with knowledge of the
4 templating mechanism. 4 templating mechanism.
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a
6 browser, it will be re-generated from the template, json schema and 6 browser, it will be re-generated from the template, json schema and
7 authored overview content. 7 authored overview content.
8 4) The <body>.innerHTML is also generated by an offline step so that this 8 4) The <body>.innerHTML is also generated by an offline step so that this
9 page may easily be indexed by search engines. 9 page may easily be indexed by search engines.
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head>
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 <p id="classSummary" style="display: none; "> 331 <p id="classSummary" style="display: none; ">
332 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page. 332 For information on how to use experimental APIs, see the <a href="expe rimental.html">chrome.experimental.* APIs</a> page.
333 </p> 333 </p>
334 334
335 <!-- STATIC CONTENT PLACEHOLDER --> 335 <!-- STATIC CONTENT PLACEHOLDER -->
336 <div id="static"><div id="pageData-name" class="pageData">Permission War nings</div> 336 <div id="static"><div id="pageData-name" class="pageData">Permission War nings</div>
337 <div id="pageData-showTOC" class="pageData">true</div> 337 <div id="pageData-showTOC" class="pageData">true</div>
338 338
339 <!-- 339 <!--
340 NOTE: When this doc is updated, the online help should also be updated: 340 NOTE: When this doc is updated, the online help should also be updated:
341 http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=186213 341 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213
342 342
343 We should periodically look at 343 We should periodically look at
344 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g rd?view=markup 344 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g rd?view=markup
345 to make sure that we're covering all messages. Search for 345 to make sure that we're covering all messages. Search for
346 IDS_EXTENSION_PROMPT_WARNING 346 IDS_EXTENSION_PROMPT_WARNING
347 (e.g. IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY). 347 (e.g. IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY).
348 --> 348 -->
349 349
350 <p> 350 <p>
351 To use most chrome.* APIs and extension capabilities, 351 To use most chrome.* APIs and extension capabilities,
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 _uff=0; 881 _uff=0;
882 urchinTracker(); 882 urchinTracker();
883 } 883 }
884 catch(e) {/* urchinTracker not available. */} 884 catch(e) {/* urchinTracker not available. */}
885 </script> 885 </script>
886 <!-- end analytics --> 886 <!-- end analytics -->
887 </div> 887 </div>
888 </div> <!-- /gc-footer --> 888 </div> <!-- /gc-footer -->
889 </div> <!-- /gc-container --> 889 </div> <!-- /gc-container -->
890 </body></html> 890 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698