Index: content/browser/browser_plugin/browser_plugin_web_contents_observer.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_web_contents_observer.cc b/content/browser/browser_plugin/browser_plugin_web_contents_observer.cc |
index b253e2fc4dee7403a8aca10e7da5c727d81c9e59..a3565af138a728a47de4fcad1ca15d7fa206e03d 100644 |
--- a/content/browser/browser_plugin/browser_plugin_web_contents_observer.cc |
+++ b/content/browser/browser_plugin/browser_plugin_web_contents_observer.cc |
@@ -95,7 +95,7 @@ void BrowserPluginWebContentsObserver::OnOpenChannelToBrowserPlugin( |
browser_context, |
site_instance, |
MSG_ROUTING_NONE, |
- NULL, // base tab contents |
+ NULL, // base WebContents |
NULL // session storage namespace |
)); |
// TODO(fsamuel): Set the WebContentsDelegate here. |