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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 2612243002: Rename NewTabPagePrefs to RecentTabsPagePrefs. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « chrome/browser/android/ntp/recent_tabs_page_prefs.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index faf7b3ef29aa6578363fffdc5db385b495d4ef70..efa766a722611e83a9e694997de0c7cb1fbd12fe 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -156,7 +156,7 @@
#if BUILDFLAG(ANDROID_JAVA_UI)
#include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h"
-#include "chrome/browser/android/ntp/new_tab_page_prefs.h"
+#include "chrome/browser/android/ntp/recent_tabs_page_prefs.h"
#include "components/ntp_tiles/popular_sites_impl.h"
#else
#include "chrome/browser/ui/startup/startup_browser_creator.h"
@@ -569,7 +569,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
#if BUILDFLAG(ANDROID_JAVA_UI)
variations::VariationsService::RegisterProfilePrefs(registry);
ntp_tiles::PopularSitesImpl::RegisterProfilePrefs(registry);
- NewTabPagePrefs::RegisterProfilePrefs(registry);
+ RecentTabsPagePrefs::RegisterProfilePrefs(registry);
Bernhard Bauer 2017/01/05 17:50:00 Can you move this to after PartnerBookmarksShim, a
Michael van Ouwerkerk 2017/01/06 10:23:11 Done.
PartnerBookmarksShim::RegisterProfilePrefs(registry);
#else
AppShortcutManager::RegisterProfilePrefs(registry);
« no previous file with comments | « chrome/browser/android/ntp/recent_tabs_page_prefs.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698