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

Unified Diff: components/safe_browsing/base_blocking_page.cc

Issue 2854263003: Add quiet safe browsing interstitial for WebView (Closed)
Patch Set: Fix unit test Created 3 years, 7 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/safe_browsing/base_blocking_page.cc
diff --git a/components/safe_browsing/base_blocking_page.cc b/components/safe_browsing/base_blocking_page.cc
index b1b57c6b9e590c7db8bbf9f5640b2a0ee1c42fbd..6c1272f5f366e8591a016fcd2ca0f71ea0dbb23f 100644
--- a/components/safe_browsing/base_blocking_page.cc
+++ b/components/safe_browsing/base_blocking_page.cc
@@ -208,7 +208,7 @@ bool BaseBlockingPage::ShouldCreateNewNavigation() const {
void BaseBlockingPage::PopulateInterstitialStrings(
base::DictionaryValue* load_time_data) {
- sb_error_ui_->PopulateStringsForHTML(load_time_data);
+ sb_error_ui_->PopulateStringsForHtml(load_time_data);
}
void BaseBlockingPage::FinishThreatDetails(const base::TimeDelta& delay,
« no previous file with comments | « components/resources/security_interstitials_resources.grdp ('k') | components/security_interstitials/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698