Index: chrome/browser/render_view_host.h |
=================================================================== |
--- chrome/browser/render_view_host.h (revision 3394) |
+++ chrome/browser/render_view_host.h (working copy) |
@@ -382,6 +382,10 @@ |
void ForwardMessageFromExternalHost(const std::string& target, |
const std::string& message); |
+ // Message the renderer that we should be counted as a new document and not |
+ // as a popup. |
+ void DisassociateFromPopupCount(); |
+ |
protected: |
// Overridden from RenderWidgetHost: |
virtual void UnhandledInputEvent(const WebInputEvent& event); |
@@ -578,4 +582,3 @@ |
}; |
#endif // CHROME_BROWSER_RENDER_VIEW_HOST_H__ |
- |