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..8546c08458e4c254dd23f7c49a8d3f1558108116 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() OVERRIDE; |
InstantClient client_; |
InstantController* const controller_; |