| Index: chrome/browser/dom_ui/most_visited_handler.h
|
| diff --git a/chrome/browser/dom_ui/most_visited_handler.h b/chrome/browser/dom_ui/most_visited_handler.h
|
| index 469aad93103c7b1f8468340df3a83917ebea6899..c0a78e2789dafc715164f630ee4c61970cfdecb0 100644
|
| --- a/chrome/browser/dom_ui/most_visited_handler.h
|
| +++ b/chrome/browser/dom_ui/most_visited_handler.h
|
| @@ -73,13 +73,6 @@ class MostVisitedHandler : public DOMMessageHandler,
|
| // Send a request to the HistoryService to get the most visited pages.
|
| void StartQueryForMostVisited();
|
|
|
| - // Callback from the history system when the most visited list is available.
|
| - void OnSegmentUsageAvailable(CancelableRequestProvider::Handle handle,
|
| - std::vector<PageUsageData*>* data);
|
| -
|
| - // Sets pages_value_ from a vector of URLs.
|
| - void SetPagesValue(std::vector<PageUsageData*>* data);
|
| -
|
| // Sets pages_value_ from a format produced by TopSites.
|
| void SetPagesValueFromTopSites(const history::MostVisitedURLList& data);
|
|
|
| @@ -106,11 +99,6 @@ class MostVisitedHandler : public DOMMessageHandler,
|
| // Returns true if we should treat this as the first run of the new tab page.
|
| bool IsFirstRun();
|
|
|
| - // Adds the fields in the page to the dictionary.
|
| - static void SetMostVisistedPage(
|
| - DictionaryValue* dict,
|
| - const MostVisitedHandler::MostVisitedPage& page);
|
| -
|
| static const std::vector<MostVisitedPage>& GetPrePopulatedPages();
|
|
|
| NotificationRegistrar registrar_;
|
|
|