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

Unified Diff: ios/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 | « ios/chrome/browser/ui/webui/ntp_tiles_internals_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/webui/popular_sites_internals_ui.cc
diff --git a/ios/chrome/browser/ui/webui/popular_sites_internals_ui.cc b/ios/chrome/browser/ui/webui/popular_sites_internals_ui.cc
index e07a780365626132bcdd56f9fdd2c01c315b0b8a..d06f0788663e18c2a2f7a1a8e3c373928a17cbb2 100644
--- a/ios/chrome/browser/ui/webui/popular_sites_internals_ui.cc
+++ b/ios/chrome/browser/ui/webui/popular_sites_internals_ui.cc
@@ -31,7 +31,6 @@ class IOSPopularSitesInternalsMessageHandlerBridge
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 IOSPopularSitesInternalsMessageHandlerBridge::RegisterMessages() {
handler_.RegisterMessages();
}
-base::SequencedWorkerPool*
-IOSPopularSitesInternalsMessageHandlerBridge::GetBlockingPool() {
- return web::WebThread::GetBlockingPool();
-}
-
std::unique_ptr<ntp_tiles::PopularSites>
IOSPopularSitesInternalsMessageHandlerBridge::MakePopularSites() {
return IOSPopularSitesFactory::NewForBrowserState(
« no previous file with comments | « ios/chrome/browser/ui/webui/ntp_tiles_internals_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698