summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static
diff options
context:
space:
mode:
authormkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 09:13:16 +0000
committermkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 09:13:16 +0000
commit89629dc07beed4873e49bf9106e68ebb35148701 (patch)
treee61325ea2ef2fae6fcc08e0b38dd75a8e35f49db /chrome/common/extensions/docs/static
parentd77321320516b5c78d9969db104c45b2cab09052 (diff)
downloadchromium_src-89629dc07beed4873e49bf9106e68ebb35148701.zip
chromium_src-89629dc07beed4873e49bf9106e68ebb35148701.tar.gz
chromium_src-89629dc07beed4873e49bf9106e68ebb35148701.tar.bz2
Correcting two mistakes in `browsingData` API documentation.
This CL touches the API JSON file, but makes no material changes. It simply correct the incorrectly referenced JavaScript method. BUG=115002 TEST= TBR=mkearney@chromium.org Review URL: https://chromiumcodereview.appspot.com/9464042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123720 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r--chrome/common/extensions/docs/static/browsingData.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/static/browsingData.html b/chrome/common/extensions/docs/static/browsingData.html
index 27ed66b..bd81526 100644
--- a/chrome/common/extensions/docs/static/browsingData.html
+++ b/chrome/common/extensions/docs/static/browsingData.html
@@ -9,7 +9,7 @@
<h2 id="manifest">Manifest</h2>
<p>
- You must declare the "clear" permission in the
+ You must declare the "browsingData" permission in the
<a href="manifest.html">extension manifest</a> to use this API.
</p>