Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 747e1691678397157cbe0c930dbe90386e0fea22..f140233678a117cbd0b77e7d8d9145bb9a927be1 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -257,7 +257,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
// If a cross-site request is in progress, we may be suspended while waiting |
// for the onbeforeunload handler, so this function might buffer the message |
// rather than sending it. |
- void Navigate(const ViewMsg_Navigate_Params& message); |
+ virtual void Navigate(const ViewMsg_Navigate_Params& message); |
// Load the specified URL, this is a shortcut for Navigate(). |
void NavigateToURL(const GURL& url); |