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