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

Unified Diff: components/ntp_tiles/webui/popular_sites_internals_message_handler_client.h

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
Index: components/ntp_tiles/webui/popular_sites_internals_message_handler_client.h
diff --git a/components/ntp_tiles/webui/popular_sites_internals_message_handler_client.h b/components/ntp_tiles/webui/popular_sites_internals_message_handler_client.h
index 45797e24069728cfda8eda8d5e9232bdf4bbb321..43368f8d8c66bf72b4d59fa9af3d0039a61206e0 100644
--- a/components/ntp_tiles/webui/popular_sites_internals_message_handler_client.h
+++ b/components/ntp_tiles/webui/popular_sites_internals_message_handler_client.h
@@ -17,7 +17,6 @@ class PrefService;
namespace base {
class Value;
class ListValue;
-class SequencedWorkerPool;
} // namespace base
namespace ntp_tiles {
@@ -27,9 +26,6 @@ class PopularSites;
// Implemented by embedders to hook up PopularSitesInternalsMessageHandler.
class PopularSitesInternalsMessageHandlerClient {
public:
- // Returns the blocking pool for hte embedder.
- virtual base::SequencedWorkerPool* GetBlockingPool() = 0;
-
// Returns the PrefService for the embedder and containing WebUI page.
virtual PrefService* GetPrefs() = 0;

Powered by Google App Engine
This is Rietveld 408576698