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

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

Issue 10750017: Extensions Docs Server: Intro data source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 5 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 <!-- BEGIN AUTHORED CONTENT --> 1 <!-- BEGIN AUTHORED CONTENT -->
2 <p id="classSummary"> 2 <p id="classSummary">
3 Use the <code>chrome.browsingData</code> module to remove browsing data from a 3 Use the <code>chrome.browsingData</code> module to remove browsing data from a
4 user's local profile. 4 user's local profile.
5 </p> 5 </p>
6 <h2 id="manifest">Manifest</h2> 6 <h2 id="manifest">Manifest</h2>
7 <p> 7 <p>
8 You must declare the "browsingData" permission in the 8 You must declare the "browsingData" permission in the
9 <a href="manifest.html">extension manifest</a> to use this API. 9 <a href="manifest.html">extension manifest</a> to use this API.
10 </p> 10 </p>
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 <code>extension</code>. These are destructive operations that your users 133 <code>extension</code>. These are destructive operations that your users
134 will write angry email about if they're not well-informed about what to 134 will write angry email about if they're not well-informed about what to
135 expect when your extension removes data on their behalf. 135 expect when your extension removes data on their behalf.
136 </p> 136 </p>
137 <h2 id="samples">Examples</h2> 137 <h2 id="samples">Examples</h2>
138 <p> 138 <p>
139 Samples for the <code>browsingData</code> API are available 139 Samples for the <code>browsingData</code> API are available
140 <a href="http://code.google.com/chrome/extensions/trunk/samples.html#chrome.br owsingData">on the samples page</a>. 140 <a href="http://code.google.com/chrome/extensions/trunk/samples.html#chrome.br owsingData">on the samples page</a>.
141 </p> 141 </p>
142 <!-- END AUTHORED CONTENT --> 142 <!-- END AUTHORED CONTENT -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698