diff options
author | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 17:00:01 +0000 |
---|---|---|
committer | bryeung@chromium.org <bryeung@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 17:00:01 +0000 |
commit | 9f01b0b8254c0675d8014b55f1c5705593fbc0ce (patch) | |
tree | 419a5d5a8f0df90482398055769837eef8d1ef77 /chrome/common/extensions/api/tabs.json | |
parent | 794a2f885212fab9b117371d8da41b45e64e942b (diff) | |
download | chromium_src-9f01b0b8254c0675d8014b55f1c5705593fbc0ce.zip chromium_src-9f01b0b8254c0675d8014b55f1c5705593fbc0ce.tar.gz chromium_src-9f01b0b8254c0675d8014b55f1c5705593fbc0ce.tar.bz2 |
Make all extension api types fully qualified.
BUG=123073
TEST= (unit_tests --gtest_filter=ExtensionAPI) && (browser_tests --gtest_filter=ExtensionApiTest)
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=136296
Review URL: https://chromiumcodereview.appspot.com/10367002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/api/tabs.json')
-rw-r--r-- | chrome/common/extensions/api/tabs.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json index 9d7282d..69a63c7 100644 --- a/chrome/common/extensions/api/tabs.json +++ b/chrome/common/extensions/api/tabs.json @@ -86,7 +86,7 @@ } ], "returns": { - "$ref": "Port", + "$ref": "extension.Port", "description": "A port that can be used to communicate with the content scripts running in the specified tab. The port's <a href='extension.html#type-Port'>onDisconnect</a> event is fired if the tab closes or does not exist. " } }, @@ -372,7 +372,7 @@ "parameters": [ { "name": "window", - "$ref": "Window", + "$ref": "windows.Window", "description": "Contains details about the window whose tabs were highlighted." } ] |