summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/npobject_util.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 07:58:34 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-04 07:58:34 +0000
commit57c6a6579cf274fe37d6196931a3034d90da7113 (patch)
treeec42313580156ccc039b5fee714ee12259cb08ee /chrome/plugin/npobject_util.h
parentb23c9e1f05d474adc327c85d87eacc77554976e0 (diff)
downloadchromium_src-57c6a6579cf274fe37d6196931a3034d90da7113.zip
chromium_src-57c6a6579cf274fe37d6196931a3034d90da7113.tar.gz
chromium_src-57c6a6579cf274fe37d6196931a3034d90da7113.tar.bz2
Replace all occurrances of WebContents with TabContents.
Review URL: http://codereview.chromium.org/99177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15194 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin/npobject_util.h')
-rw-r--r--chrome/plugin/npobject_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/npobject_util.h b/chrome/plugin/npobject_util.h
index ee58225..9a2907b 100644
--- a/chrome/plugin/npobject_util.h
+++ b/chrome/plugin/npobject_util.h
@@ -59,7 +59,7 @@ void CreateNPVariant(const NPVariant_Param& param,
base::WaitableEvent* modal_dialog_event);
#if defined(OS_WIN)
-// Given a plugin's HWND, returns an event associated with the WebContents
+// Given a plugin's HWND, returns an event associated with the TabContents
// that's set when inside a messagebox. This tells the plugin process that
// the message queue should be pumped (as what would happen if everything was
// in-process). This avoids deadlocks when a plugin invokes javascript that