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

Unified Diff: components/security_interstitials/core/safe_browsing_quiet_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_quiet_error_ui.h
diff --git a/components/security_interstitials/core/safe_browsing_quiet_error_ui.h b/components/security_interstitials/core/safe_browsing_quiet_error_ui.h
index 948a8d66c84e136dda456f4bffdc9a74ae2dec6a..cf57ab90fb331e405d0a7a847966a3b036f49419 100644
--- a/components/security_interstitials/core/safe_browsing_quiet_error_ui.h
+++ b/components/security_interstitials/core/safe_browsing_quiet_error_ui.h
@@ -44,6 +44,8 @@ class SafeBrowsingQuietErrorUI
// tests.
void SetGiantWebViewForTesting(bool is_giant_webview);
+ int GetHTMLTemplateId() const override;
+
private:
bool is_giant_webview_;

Powered by Google App Engine
This is Rietveld 408576698