| Index: chrome/browser/dom_ui/most_visited_handler.h
|
| ===================================================================
|
| --- chrome/browser/dom_ui/most_visited_handler.h (revision 52778)
|
| +++ chrome/browser/dom_ui/most_visited_handler.h (working copy)
|
| @@ -106,6 +106,11 @@
|
|
|
| static const std::vector<MostVisitedPage>& GetPrePopulatedPages();
|
|
|
| + static MostVisitedPage GetChromeStorePage();
|
| +
|
| + // Whether we have any apps installed.
|
| + bool HasApps() const;
|
| +
|
| NotificationRegistrar registrar_;
|
|
|
| // Our consumer for the history service.
|
|
|