| 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;
|
|
|
|
|