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

Unified Diff: chrome/browser/ui/browser_instant_controller.h

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/ui/browser_instant_controller.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index 0cbaa8e7e3f2248a24bdeeedf659efaa4368533b..a064d9d86ac0907d3dc7136f72b3d4ef9c7092a2 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -76,6 +76,9 @@ class BrowserInstantController : public content::NotificationObserver,
// Invoked by |browser_| when the active tab changes.
void ActiveTabChanged();
+ // Invoked by |browser_| when it is about to open a new URL.
+ void AboutToOpenURL(content::WebContents* web_contents, const GURL& url);
+
// Invoked by |BrowserWindow| during layout to set content height which is
// used as theme area height, i.e. the height of the area that the entire
// theme background image should fill up.

Powered by Google App Engine
This is Rietveld 408576698