Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(753)

Unified Diff: content/common/npobject_util.h

Issue 10073023: TabContents -> WebContentsImpl, part 14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/webui/web_ui_impl.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/npobject_util.h
diff --git a/content/common/npobject_util.h b/content/common/npobject_util.h
index aab6b623991fbba20166719f6b6c52762effb11f..5c340e38018b09399fc3060edfac5e8b3fc63497 100644
--- a/content/common/npobject_util.h
+++ b/content/common/npobject_util.h
@@ -60,7 +60,7 @@ bool CreateNPVariant(const NPVariant_Param& param,
const GURL& page_url);
#if defined(OS_WIN)
-// Given a plugin's HWND, returns an event associated with the TabContents
+// Given a plugin's HWND, returns an event associated with the WebContentsImpl
// 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
« no previous file with comments | « content/browser/webui/web_ui_impl.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698