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

Unified Diff: components/ntp_tiles/webui/ntp_tiles_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/ntp_tiles_internals_message_handler_client.h
diff --git a/components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.h b/components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.h
index d26972d5fc6e725d9cd11c4f8561cea878ca9c45..d8463615dbda5c691a1e42bcf896ffa7ac338696 100644
--- a/components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.h
+++ b/components/ntp_tiles/webui/ntp_tiles_internals_message_handler_client.h
@@ -23,7 +23,6 @@ class ListValue;
namespace ntp_tiles {
class MostVisitedSites;
-class PopularSites;
// Implemented by embedders to hook up NTPTilesInternalsMessageHandler.
class NTPTilesInternalsMessageHandlerClient {
@@ -42,9 +41,6 @@ class NTPTilesInternalsMessageHandlerClient {
virtual std::unique_ptr<ntp_tiles::MostVisitedSites>
MakeMostVisitedSites() = 0;
- // Creates a new PopularSites based on the context pf the WebUI page.
- virtual std::unique_ptr<ntp_tiles::PopularSites> MakePopularSites() = 0;
-
// Registers a callback in Javascript. See content::WebUI and web::WebUIIOS.
virtual void RegisterMessageCallback(
const std::string& message,

Powered by Google App Engine
This is Rietveld 408576698