Index: chrome/browser/render_view_host.cc |
=================================================================== |
--- chrome/browser/render_view_host.cc (revision 3394) |
+++ chrome/browser/render_view_host.cc (working copy) |
@@ -996,6 +996,10 @@ |
} |
#endif |
+void RenderViewHost::DisassociateFromPopupCount() { |
+ Send(new ViewMsg_DisassociateFromPopupCount(routing_id_)); |
+} |
+ |
void RenderViewHost::OnMsgGoToEntryAtOffset(int offset) { |
delegate_->GoToEntryAtOffset(offset); |
} |
@@ -1205,4 +1209,3 @@ |
const std::string& target, const std::string& message) { |
Send(new ViewMsg_HandleMessageFromExternalHost(routing_id_, target, message)); |
} |
- |