Index: chrome/browser/instant/instant_tab.cc |
diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc |
index 82870cfd437e622566799c8c062080e6afef4cd9..4a26b614a07b94690e44010f574952d4e559f487 100644 |
--- a/chrome/browser/instant/instant_tab.cc |
+++ b/chrome/browser/instant/instant_tab.cc |
@@ -87,3 +87,7 @@ void InstantTab::RenderViewGone() { |
void InstantTab::AboutToNavigateMainFrame(const GURL& url) { |
// The client is a committed tab, navigations will happen as expected. |
} |
+ |
+void InstantTab::NavigateToURL(const GURL& url) { |
+ controller_->NavigateToURL(url); |
+} |