Index: chrome/browser/instant/instant_tab.cc |
diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc |
index 33cfe621649223bbfdc5a8f243b12208a394050e..733c6f0a0f000188b544d0d7f7aad4854c94ad64 100644 |
--- a/chrome/browser/instant/instant_tab.cc |
+++ b/chrome/browser/instant/instant_tab.cc |
@@ -50,6 +50,10 @@ void InstantTab::SetMarginSize(int start, int end) { |
client_.SetMarginSize(start, end); |
} |
+void InstantTab::InitializeFonts() { |
+ client_.InitializeFonts(); |
+} |
+ |
void InstantTab::SetSuggestions( |
const std::vector<InstantSuggestion>& suggestions) { |
InstantSupportDetermined(true); |
@@ -96,3 +100,6 @@ void InstantTab::NavigateToURL(const GURL& url, |
content::PageTransition transition) { |
controller_->NavigateToURL(url, transition); |
} |
+ |
+void InstantTab::RenderViewCreated() { |
+} |