| 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..2b27aa069f2e3b8a6eb093817fe95689803a8fe0 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);
|
|
|