Index: chrome/browser/web_contents.cc |
=================================================================== |
--- chrome/browser/web_contents.cc (revision 3394) |
+++ chrome/browser/web_contents.cc (working copy) |
@@ -412,6 +412,10 @@ |
render_view_host()->Paste(); |
} |
+void WebContents::DisassociateFromPopupCount() { |
+ render_view_host()->DisassociateFromPopupCount(); |
+} |
+ |
void WebContents::DidBecomeSelected() { |
TabContents::DidBecomeSelected(); |