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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc

Issue 12045022: Move code in ui\webui\jstemplate_builder.* to webui namespace for consistency. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/safe_browsing/safe_browsing_blocking_page.cc
===================================================================
--- chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (revision 177955)
+++ chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (working copy)
@@ -771,7 +771,7 @@
html = rb.GetRawDataResource(
IDR_SAFE_BROWSING_MULTIPLE_THREAT_BLOCK).as_string();
interstitial_show_time_ = base::TimeTicks::Now();
- return jstemplate_builder::GetTemplatesHtml(html, &strings, "template_root");
+ return webui::GetTemplatesHtml(html, &strings, "template_root");
}
void SafeBrowsingBlockingPageV1::PopulateStringDictionary(
@@ -920,7 +920,7 @@
as_string();
}
interstitial_show_time_ = base::TimeTicks::Now();
- return jstemplate_builder::GetTemplatesHtml(html, &strings, "template-root");
+ return webui::GetTemplatesHtml(html, &strings, "template-root");
}
void SafeBrowsingBlockingPageV2::PopulateStringDictionary(
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_setup_source.cc ('k') | chrome/browser/ssl/ssl_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698