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

Unified Diff: components/security_interstitials/core/base_safe_browsing_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/base_safe_browsing_error_ui.h
diff --git a/components/security_interstitials/core/base_safe_browsing_error_ui.h b/components/security_interstitials/core/base_safe_browsing_error_ui.h
index 364b4f6f8d8e7468e5cc2cd50fe8031febf416ae..6de0e41a219d001afeaf23ac55fe1aebced820ec 100644
--- a/components/security_interstitials/core/base_safe_browsing_error_ui.h
+++ b/components/security_interstitials/core/base_safe_browsing_error_ui.h
@@ -130,6 +130,8 @@ class BaseSafeBrowsingErrorUI {
base::DictionaryValue* load_time_data) = 0;
virtual void HandleCommand(SecurityInterstitialCommands command) = 0;
+ virtual int GetHTMLTemplateId() const = 0;
+
private:
const GURL request_url_;
const GURL main_frame_url_;
« no previous file with comments | « components/security_interstitials/core/BUILD.gn ('k') | components/security_interstitials/core/safe_browsing_loud_error_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698