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

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

Issue 2898593002: WebView: choose loud vs. quiet interstitial (Closed)
Patch Set: Rebase, fix merge conflicts 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 76efa5a63c13d1f8156cf14118df4a1c453f39fc..d5a1e6a4c3567039bd6a50294e84059f92793b2e 100644
--- a/components/security_interstitials/core/safe_browsing_loud_error_ui.h
+++ b/components/security_interstitials/core/safe_browsing_loud_error_ui.h
@@ -38,6 +38,8 @@ class SafeBrowsingLoudErrorUI
void PopulateStringsForHtml(base::DictionaryValue* load_time_data) override;
void HandleCommand(SecurityInterstitialCommands command) override;
+ int GetHTMLTemplateId() const override;
+
private:
// Fills the passed dictionary with the values to be passed to the template
// when creating the HTML.

Powered by Google App Engine
This is Rietveld 408576698