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

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

Issue 11833043: Instant Extended: Fallback to local preview if the remote instant page is not ready on user input. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor
Patch Set: Fixing tests. 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_tab.h
diff --git a/chrome/browser/instant/instant_tab.h b/chrome/browser/instant/instant_tab.h
index 2e0321abe3bb6926efaff9b8bb7b9ee9214bf960..7585e3522a2dcf9090376d9b9628a258c1e93401 100644
--- a/chrome/browser/instant/instant_tab.h
+++ b/chrome/browser/instant/instant_tab.h
@@ -45,6 +45,7 @@ class InstantTab : public InstantClient::Delegate {
void SetDisplayInstantResults(bool display_instant_results);
void UpOrDownKeyPressed(int count);
void SetMarginSize(int start, int end);
+ void InitializeFonts();
private:
// Overridden from InstantClient::Delegate:
@@ -60,6 +61,7 @@ class InstantTab : public InstantClient::Delegate {
virtual void AboutToNavigateMainFrame(const GURL& url) OVERRIDE;
virtual void NavigateToURL(const GURL& url,
content::PageTransition transition) OVERRIDE;
+ virtual void RenderViewCreated(content::RenderViewHost* host) OVERRIDE;
InstantClient client_;
InstantController* const controller_;

Powered by Google App Engine
This is Rietveld 408576698