diff options
Diffstat (limited to 'chrome/plugin/npobject_util.h')
-rw-r--r-- | chrome/plugin/npobject_util.h | 2 |
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 |