| OLD | NEW |
| 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 Loading... |
| 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 --> |
| OLD | NEW |