diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 16:48:46 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 16:48:46 +0000 |
commit | 6ead4986719210cdf84810ff5da5126ce72a7fd3 (patch) | |
tree | 6d9605b7271b055f4edfd5559b8d325109894c9f /chrome/common/extensions/docs/contextMenus.html | |
parent | 6dc1e1096c14e1ecae49183346134ebcab94c884 (diff) | |
download | chromium_src-6ead4986719210cdf84810ff5da5126ce72a7fd3.zip chromium_src-6ead4986719210cdf84810ff5da5126ce72a7fd3.tar.gz chromium_src-6ead4986719210cdf84810ff5da5126ce72a7fd3.tar.bz2 |
Revert 136296 - Make all extension api types fully qualified.
BUG=123073
TEST= (unit_tests --gtest_filter=ExtensionAPI) && (browser_tests --gtest_filter=ExtensionApiTest)
Review URL: https://chromiumcodereview.appspot.com/10367002
TBR=bryeung@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10381089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/contextMenus.html')
-rw-r--r-- | chrome/common/extensions/docs/contextMenus.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/contextMenus.html b/chrome/common/extensions/docs/contextMenus.html index 6f146c5..50825e5 100644 --- a/chrome/common/extensions/docs/contextMenus.html +++ b/chrome/common/extensions/docs/contextMenus.html @@ -504,7 +504,7 @@ You can find samples of this API on the ( <span id="typeTemplate"> <span> - <a>tabs.Tab</a> + <a href="tabs.html#type-Tab">Tab</a> </span> </span> ) |