Index: chrome/browser/ui/search/instant_controller.h |
diff --git a/chrome/browser/ui/search/instant_controller.h b/chrome/browser/ui/search/instant_controller.h |
index cdb170bc55056603a11d19153bc4153811765d35..c3b0d4a66e2763b52a3a014ea55d0b7db5c96e13 100644 |
--- a/chrome/browser/ui/search/instant_controller.h |
+++ b/chrome/browser/ui/search/instant_controller.h |
@@ -442,6 +442,10 @@ class InstantController : public InstantPage::Delegate { |
size_t autocomplete_match_index, |
InstantAutocompleteResult* result); |
+ // Experiment that removes recommended URLs if a matching URL is already open |
+ // in the Browser. |
beaudoin
2013/06/20 21:55:44
Rephrase: Removes recommended URLs ... if the rele
annark1
2013/07/04 18:29:15
Done.
|
+ void MaybeRemoveMostVisitedItems(std::vector<InstantMostVisitedItem>* items); |
+ |
BrowserInstantController* const browser_; |
// Whether the extended API and regular API are enabled. If both are false, |