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

Unified Diff: chrome/browser/supervised_user/supervised_user_interstitial.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: chrome/browser/supervised_user/supervised_user_interstitial.cc
diff --git a/chrome/browser/supervised_user/supervised_user_interstitial.cc b/chrome/browser/supervised_user/supervised_user_interstitial.cc
index 468820a2ba053052760bf0d6924cd84ef1888562..4236291ff4573d080b314ad77bebecc234d792f1 100644
--- a/chrome/browser/supervised_user/supervised_user_interstitial.cc
+++ b/chrome/browser/supervised_user/supervised_user_interstitial.cc
@@ -230,7 +230,6 @@ std::string SupervisedUserInterstitial::GetHTMLContents() {
base::StringPiece html(ResourceBundle::GetSharedInstance().GetRawDataResource(
IDR_SUPERVISED_USER_BLOCK_INTERSTITIAL_HTML));
- webui::UseVersion2 version;
return webui::GetI18nTemplateHtml(html, &strings);
}

Powered by Google App Engine
This is Rietveld 408576698