Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: chrome/browser/instant/instant_tab.cc

Issue 11416187: Commit instant loader when the instant page navigates away from instant URL. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removing content/* changes. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/instant/instant_tab.cc
diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc
index 302dba923d868508f2bd59f430376453ee571a2b..82870cfd437e622566799c8c062080e6afef4cd9 100644
--- a/chrome/browser/instant/instant_tab.cc
+++ b/chrome/browser/instant/instant_tab.cc
@@ -83,3 +83,7 @@ void InstantTab::StopCapturingKeyStrokes() {
void InstantTab::RenderViewGone() {
// For a commit page, a crash should not be handled differently.
}
+
+void InstantTab::AboutToNavigateMainFrame(const GURL& url) {
+ // The client is a committed tab, navigations will happen as expected.
+}

Powered by Google App Engine
This is Rietveld 408576698