| 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 e589c6617bb654a5449f74e5bf67f4dd5131977a..469aad93103c7b1f8468340df3a83917ebea6899 100644
|
| --- a/chrome/browser/dom_ui/most_visited_handler.h
|
| +++ b/chrome/browser/dom_ui/most_visited_handler.h
|
| @@ -63,6 +63,10 @@ class MostVisitedHandler : public DOMMessageHandler,
|
|
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
| + // Returns a vector containing the urls for the prepopulated pages.
|
| + // Used only in testing.
|
| + static std::vector<GURL> GetPrePopulatedUrls();
|
| +
|
| private:
|
| struct MostVisitedPage;
|
|
|
|
|