| Index: chrome/browser/ui/search/search_tab_helper.h
|
| diff --git a/chrome/browser/ui/search/search_tab_helper.h b/chrome/browser/ui/search/search_tab_helper.h
|
| index 030d2a6230cc095291805ac74f32d5424e94d744..75a30840ceb8c108f2e410037289ee4b16888f4c 100644
|
| --- a/chrome/browser/ui/search/search_tab_helper.h
|
| +++ b/chrome/browser/ui/search/search_tab_helper.h
|
| @@ -183,11 +183,6 @@ class SearchTabHelper : public content::WebContentsObserver,
|
| const std::vector<InstantMostVisitedItem>& items) OVERRIDE;
|
| virtual void OmniboxStartMarginChanged(int omnibox_start_margin) OVERRIDE;
|
|
|
| - // Removes recommended URLs if a matching URL is already open in the Browser,
|
| - // if the Most Visited Tile Placement experiment is enabled, and the client is
|
| - // in the experiment group.
|
| - void MaybeRemoveMostVisitedItems(std::vector<InstantMostVisitedItem>* items);
|
| -
|
| // Sets the mode of the model based on the current URL of web_contents().
|
| // Only updates the origin part of the mode if |update_origin| is true,
|
| // otherwise keeps the current origin. If |is_preloaded_ntp| is true, the mode
|
|
|