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

Unified Diff: chrome/browser/instant/instant_controller.h

Issue 11785025: Do not commit InstantLoader server redirects till the page supports instant. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 11 months 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_controller.h
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
index 250c31a6c0d10fb64a05141f033f20517b98aff2..d3ea43ef8345a8de4dcde5c67486af1bc3b3a31b 100644
--- a/chrome/browser/instant/instant_controller.h
+++ b/chrome/browser/instant/instant_controller.h
@@ -166,7 +166,8 @@ class InstantController {
void InstantLoaderRenderViewGone();
// Invoked by InstantLoader when the instant page is about to navigate.
- void InstantLoaderAboutToNavigateMainFrame(const GURL& url);
+ void InstantLoaderAboutToNavigateMainFrame(const GURL& url,
+ bool is_server_redirect);
// Invoked by the InstantLoader when the instant page wants to navigate to
// the speicfied URL.
« no previous file with comments | « no previous file | chrome/browser/instant/instant_controller.cc » ('j') | chrome/browser/instant/instant_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698