| Index: chrome/renderer/searchbox/searchbox.h
 | 
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
 | 
| index dd1c683fb67b17eb3a117f9b2fdc3c2a9bed5c12..ec58f40b92332a09251409b0de4efe908062f859 100644
 | 
| --- a/chrome/renderer/searchbox/searchbox.h
 | 
| +++ b/chrome/renderer/searchbox/searchbox.h
 | 
| @@ -155,6 +155,9 @@ class SearchBox : public content::RenderViewObserver,
 | 
|    // Sets the query to a new value.
 | 
|    void SetQuery(const string16& query, bool verbatim);
 | 
|  
 | 
| +  // Returns the URL of the Most Visited item specified by the |item_id|.
 | 
| +  GURL GetURLForMostVisitedItem(InstantRestrictedID item_id) const;
 | 
| +
 | 
|    string16 query_;
 | 
|    bool verbatim_;
 | 
|    bool query_is_restricted_;
 | 
| 
 |