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

Unified Diff: components/security_interstitials/core/safe_browsing_loud_error_ui.h

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/security_interstitials/core/safe_browsing_loud_error_ui.h
diff --git a/components/security_interstitials/core/safe_browsing_loud_error_ui.h b/components/security_interstitials/core/safe_browsing_loud_error_ui.h
index c90391aee52a26c164088a211614cf7e26667834..76efa5a63c13d1f8156cf14118df4a1c453f39fc 100644
--- a/components/security_interstitials/core/safe_browsing_loud_error_ui.h
+++ b/components/security_interstitials/core/safe_browsing_loud_error_ui.h
@@ -35,7 +35,7 @@ class SafeBrowsingLoudErrorUI
~SafeBrowsingLoudErrorUI() override;
// Implement BaseSafeBrowsingErrorUI.
- void PopulateStringsForHTML(base::DictionaryValue* load_time_data) override;
+ void PopulateStringsForHtml(base::DictionaryValue* load_time_data) override;
void HandleCommand(SecurityInterstitialCommands command) override;
private:

Powered by Google App Engine
This is Rietveld 408576698