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

Unified Diff: chrome/browser/ui/webui/popular_sites_internals_ui.cc

Issue 2572133002: Add more features to ntp-tiles-internal (Closed)
Patch Set: Add ntp_tiles owners to client webui owners Created 3 years, 10 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/ui/webui/ntp_tiles_internals_ui.cc ('k') | components/ntp_tiles/most_visited_sites.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/popular_sites_internals_ui.cc
diff --git a/chrome/browser/ui/webui/popular_sites_internals_ui.cc b/chrome/browser/ui/webui/popular_sites_internals_ui.cc
index 1c702c0e2ac94910d9e6fa1073652597d8d352fc..88e07798e3f674810cfcf83006084493ae1eade7 100644
--- a/chrome/browser/ui/webui/popular_sites_internals_ui.cc
+++ b/chrome/browser/ui/webui/popular_sites_internals_ui.cc
@@ -31,7 +31,6 @@ class ChromePopularSitesInternalsMessageHandlerBridge
void RegisterMessages() override;
// ntp_tiles::PopularSitesInternalsMessageHandlerClient
- base::SequencedWorkerPool* GetBlockingPool() override;
std::unique_ptr<ntp_tiles::PopularSites> MakePopularSites() override;
PrefService* GetPrefs() override;
void RegisterMessageCallback(
@@ -50,11 +49,6 @@ void ChromePopularSitesInternalsMessageHandlerBridge::RegisterMessages() {
handler_.RegisterMessages();
}
-base::SequencedWorkerPool*
-ChromePopularSitesInternalsMessageHandlerBridge::GetBlockingPool() {
- return content::BrowserThread::GetBlockingPool();
-}
-
std::unique_ptr<ntp_tiles::PopularSites>
ChromePopularSitesInternalsMessageHandlerBridge::MakePopularSites() {
return ChromePopularSitesFactory::NewForProfile(Profile::FromWebUI(web_ui()));
« no previous file with comments | « chrome/browser/ui/webui/ntp_tiles_internals_ui.cc ('k') | components/ntp_tiles/most_visited_sites.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698