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

Unified Diff: chrome/browser/interstitials/security_interstitial_page.h

Issue 1481213003: Componentize the bad clock blocking page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing includes FOR REALSIES Created 5 years 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: chrome/browser/interstitials/security_interstitial_page.h
diff --git a/chrome/browser/interstitials/security_interstitial_page.h b/chrome/browser/interstitials/security_interstitial_page.h
index 914e096da12d12cf097e1fdffc5337b3b24d2836..471c1e2abd18cbab89b88f08f08d444cfaf18fd5 100644
--- a/chrome/browser/interstitials/security_interstitial_page.h
+++ b/chrome/browser/interstitials/security_interstitial_page.h
@@ -44,6 +44,10 @@ class SecurityInterstitialPage : public content::InterstitialPageDelegate {
virtual void PopulateInterstitialStrings(
base::DictionaryValue* load_time_data) = 0;
+ // Gives an opportunity for child classes to react to Show() having run. The
+ // interstitial_page_ will now have a value.
+ virtual void AfterShow() = 0;
+
// InterstitialPageDelegate method:
std::string GetHTMLContents() override;

Powered by Google App Engine
This is Rietveld 408576698