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

Unified Diff: components/security_interstitials/content/security_interstitial_page.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/content/security_interstitial_page.h
diff --git a/components/security_interstitials/content/security_interstitial_page.h b/components/security_interstitials/content/security_interstitial_page.h
index 60fa290080f3e69d0a4d40432e752d79fe17dcbd..710945cada900db28ca7868293552a1f35a02bd9 100644
--- a/components/security_interstitials/content/security_interstitial_page.h
+++ b/components/security_interstitials/content/security_interstitial_page.h
@@ -53,6 +53,8 @@ class SecurityInterstitialPage : public content::InterstitialPageDelegate {
// interstitial_page_ will now have a value.
virtual void AfterShow() {}
+ virtual int GetHTMLTemplateId();
+
// InterstitialPageDelegate method:
std::string GetHTMLContents() override;
« no previous file with comments | « components/security_interstitials/DEPS ('k') | components/security_interstitials/content/security_interstitial_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698