summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-28 03:46:57 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-28 03:46:57 +0000
commit06611a3e6f332ce1889d64d3b4be4730d6d83ca6 (patch)
tree0a527eef556380003f92d1062e474bfbc5a68cbf /chrome/common/extensions/docs/static
parentf8c648b043542e2e38a3c1ea5a21221328e1a6b9 (diff)
downloadchromium_src-06611a3e6f332ce1889d64d3b4be4730d6d83ca6.zip
chromium_src-06611a3e6f332ce1889d64d3b4be4730d6d83ca6.tar.gz
chromium_src-06611a3e6f332ce1889d64d3b4be4730d6d83ca6.tar.bz2
Rename DOMWindow to Window
BUG=None TEST=None Review URL: http://codereview.chromium.org/9466027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r--chrome/common/extensions/docs/static/overview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/overview.html b/chrome/common/extensions/docs/static/overview.html
index 6f22946..a2aa9ec 100644
--- a/chrome/common/extensions/docs/static/overview.html
+++ b/chrome/common/extensions/docs/static/overview.html
@@ -470,12 +470,12 @@ Consider the
<p>
<code>
-DOMWindow chrome.extension.getBackgroundPage()
+Window chrome.extension.getBackgroundPage()
</code>
</p>
<p>
-This method has no callback and a return type of <code>DOMWindow</code>
+This method has no callback and a return type of <code>Window</code>
because it synchronously returns the background page
and performs no other, asynchronous work.
</p>