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

Side by Side Diff: chrome/common/extensions/docs/templates/intros/browsingData.html

Issue 12223068: Fix some typos, broken links and other issues in extension docs (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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 <p id="classSummary"> 1 <p id="classSummary">
2 Use the <code>chrome.browsingData</code> module to remove browsing data from a 2 Use the <code>chrome.browsingData</code> module to remove browsing data from a
3 user's local profile. 3 user's local profile.
4 </p> 4 </p>
5 5
6 <h2 id="manifest">Manifest</h2> 6 <h2 id="manifest">Manifest</h2>
7 7
8 <p> 8 <p>
9 You must declare the "browsingData" permission in the 9 You must declare the "browsingData" permission in the
10 <a href="manifest.html">extension manifest</a> to use this API. 10 <a href="manifest.html">extension manifest</a> to use this API.
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 <p class="caution"> 147 <p class="caution">
148 <strong>Seriously</strong>: Be careful with <code>protectedWeb</code> and 148 <strong>Seriously</strong>: Be careful with <code>protectedWeb</code> and
149 <code>extension</code>. These are destructive operations that your users 149 <code>extension</code>. These are destructive operations that your users
150 will write angry email about if they're not well-informed about what to 150 will write angry email about if they're not well-informed about what to
151 expect when your extension removes data on their behalf. 151 expect when your extension removes data on their behalf.
152 </p> 152 </p>
153 153
154 <h2 id="samples">Examples</h2> 154 <h2 id="samples">Examples</h2>
155 <p> 155 <p>
156 Samples for the <code>browsingData</code> API are available 156 Samples for the <code>browsingData</code> API are available
157 <a href="http://code.google.com/chrome/extensions/trunk/samples.html#chrome.br owsingData">on the samples page</a>. 157 <a href="samples.html#browsingData">on the samples page</a>.
158 </p> 158 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698