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

Unified Diff: chrome/browser/ui/webui/ntp/new_tab_ui.cc

Issue 2576833002: Make some updates to extension iconography. (Closed)
Patch Set: add test Created 4 years 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: chrome/browser/ui/webui/ntp/new_tab_ui.cc
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc
index ddc42c4d73ac32c7af3624f97b8f625cbac08bbe..ff25d6eb489bdd85d2ba1b6439a802be0785cfc8 100644
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc
@@ -14,7 +14,6 @@
#include "chrome/browser/ui/webui/metrics_handler.h"
#include "chrome/browser/ui/webui/ntp/app_launcher_handler.h"
#include "chrome/browser/ui/webui/ntp/core_app_launcher_handler.h"
-#include "chrome/browser/ui/webui/ntp/favicon_webui_handler.h"
#include "chrome/browser/ui/webui/ntp/ntp_resource_cache.h"
#include "chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h"
#include "chrome/browser/ui/webui/theme_handler.h"
@@ -60,7 +59,6 @@ NewTabUI::NewTabUI(content::WebUI* web_ui)
Profile* profile = GetProfile();
if (!profile->IsOffTheRecord()) {
web_ui->AddMessageHandler(new MetricsHandler());
- web_ui->AddMessageHandler(new FaviconWebUIHandler());
web_ui->AddMessageHandler(new CoreAppLauncherHandler());
ExtensionService* service =

Powered by Google App Engine
This is Rietveld 408576698