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

Unified Diff: chrome/browser/ui/webui/popular_sites_internals_ui.cc

Issue 2457033003: Add chrome://popular-sites-internals/ to iOS. (Closed)
Patch Set: Inline message handler impl. Created 4 years, 2 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: chrome/browser/ui/webui/popular_sites_internals_ui.cc
diff --git a/chrome/browser/ui/webui/popular_sites_internals_ui.cc b/chrome/browser/ui/webui/popular_sites_internals_ui.cc
index f6f0b64a453210ad775e90b21a42855b6935763d..c7c4ad240fe522a67f08088a9c326cdc4573cccf 100644
--- a/chrome/browser/ui/webui/popular_sites_internals_ui.cc
+++ b/chrome/browser/ui/webui/popular_sites_internals_ui.cc
@@ -7,7 +7,7 @@
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/popular_sites_internals_message_handler.h"
#include "chrome/common/url_constants.h"
-#include "chrome/grit/browser_resources.h"
+#include "components/grit/components_resources.h"
#include "content/public/browser/web_ui.h"
#include "content/public/browser/web_ui_data_source.h"
@@ -20,7 +20,6 @@ content::WebUIDataSource* CreatePopularSitesInternalsHTMLSource() {
source->AddResourcePath("popular_sites_internals.css",
IDR_POPULAR_SITES_INTERNALS_CSS);
source->SetDefaultResource(IDR_POPULAR_SITES_INTERNALS_HTML);
- source->DisableI18nAndUseGzipForAllPaths();
return source;
}

Powered by Google App Engine
This is Rietveld 408576698