summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-26 17:28:32 +0000
committerkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-26 17:28:32 +0000
commita06de9b63e842add4c28a034eec95b8eccf6d848 (patch)
tree69c0c9b9494ffaf371154285537686881aef3720
parent61329e2636c37b13ee5602187a21c3e24695e92c (diff)
downloadchromium_src-a06de9b63e842add4c28a034eec95b8eccf6d848.zip
chromium_src-a06de9b63e842add4c28a034eec95b8eccf6d848.tar.gz
chromium_src-a06de9b63e842add4c28a034eec95b8eccf6d848.tar.bz2
DOCS ONLY.
Merge 190707 "Extension docs: document that activeTab is now sta..." > Extension docs: document that activeTab is now stable. > > R=jyasskin@chromium.org > > Review URL: https://codereview.chromium.org/13095006 TBR=kalman@chromium.org Review URL: https://codereview.chromium.org/12939018 git-svn-id: svn://svn.chromium.org/chrome/branches/1410/src@190708 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/extensions/docs/templates/articles/activeTab.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/activeTab.html b/chrome/common/extensions/docs/templates/articles/activeTab.html
index 23c4952..ca12846 100644
--- a/chrome/common/extensions/docs/templates/articles/activeTab.html
+++ b/chrome/common/extensions/docs/templates/articles/activeTab.html
@@ -19,10 +19,6 @@
<h1>The activeTab permission</h1>
<p>
-{{+partials.warning_beta}}
-</p>
-
-<p>
The <code>activeTab</code> permission gives an extension temporary access to the currently active tab when the user <em>invokes</em> the extension - for example by clicking its <a href="browserAction.html">browser action</a>. Access to the tab lasts until the tab is navigated or closed.
</p>