Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7264)

Unified Diff: chrome/browser/ui/search/instant_page.h

Issue 15907006: Rip out browser-side RID caching for most visited items. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/search/instant_page.h
diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h
index 8f58bbce44417e059ee1da92d2de908ff3db6e87..5403192d44421d77670ce4cb67e18dfe5238b710 100644
--- a/chrome/browser/ui/search/instant_page.h
+++ b/chrome/browser/ui/search/instant_page.h
@@ -193,7 +193,7 @@ class InstantPage : public content::WebContentsObserver {
// Tells the page about new Most Visited data.
void SendMostVisitedItems(
- const std::vector<InstantMostVisitedItemIDPair>& items);
+ const std::vector<InstantMostVisitedItem>& items);
protected:
InstantPage(Delegate* delegate, const std::string& instant_url);

Powered by Google App Engine
This is Rietveld 408576698