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

Unified Diff: components/dom_distiller/webui/dom_distiller_ui.cc

Issue 599653003: Remove old template html boilerplate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bydefault
Patch Set: . Created 6 years, 3 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/dom_distiller/webui/dom_distiller_ui.cc
diff --git a/components/dom_distiller/webui/dom_distiller_ui.cc b/components/dom_distiller/webui/dom_distiller_ui.cc
index 436e6574c57581daee3edffa78d4462286f41057..58dff0a0e656617073d6636d483d0dacad84e4b9 100644
--- a/components/dom_distiller/webui/dom_distiller_ui.cc
+++ b/components/dom_distiller/webui/dom_distiller_ui.cc
@@ -28,7 +28,6 @@ DomDistillerUi::DomDistillerUi(content::WebUI* web_ui,
IDR_ABOUT_DOM_DISTILLER_CSS);
source->AddResourcePath("about_dom_distiller.js", IDR_ABOUT_DOM_DISTILLER_JS);
- source->SetUseJsonJSFormatV2();
source->AddLocalizedString("domDistillerTitle",
IDS_DOM_DISTILLER_WEBUI_TITLE);
source->AddLocalizedString("addArticleUrl",

Powered by Google App Engine
This is Rietveld 408576698