| Index: chrome/browser/instant/instant_tab.cc
 | 
| diff --git a/chrome/browser/instant/instant_tab.cc b/chrome/browser/instant/instant_tab.cc
 | 
| index 82870cfd437e622566799c8c062080e6afef4cd9..beb555cc4327bee0cd58c94ec7d9b187fa476da0 100644
 | 
| --- a/chrome/browser/instant/instant_tab.cc
 | 
| +++ b/chrome/browser/instant/instant_tab.cc
 | 
| @@ -46,6 +46,10 @@ void InstantTab::UpOrDownKeyPressed(int count) {
 | 
|    client_.UpOrDownKeyPressed(count);
 | 
|  }
 | 
|  
 | 
| +void InstantTab::SetMarginSize(int start, int end) {
 | 
| +  client_.SetMarginSize(start, end);
 | 
| +}
 | 
| +
 | 
|  void InstantTab::SetSuggestions(
 | 
|      const std::vector<InstantSuggestion>& suggestions) {
 | 
|    InstantSupportDetermined(true);
 | 
| 
 |