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

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

Issue 962413002: Add type for testing to interstitials. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bauerb comments Created 5 years, 10 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: 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 98e8e197eeb6f766f42631fe9c890f1764e0ca36..ce3eb438736b46ddb45d4277dd0da8b3622085d7 100644
--- a/chrome/browser/interstitials/security_interstitial_page.h
+++ b/chrome/browser/interstitials/security_interstitial_page.h
@@ -27,9 +27,6 @@ class SecurityInterstitialPage : public content::InterstitialPageDelegate {
// Creates an interstitial and shows it.
virtual void Show();
- // Returns interstitial type for testing.
- virtual const void* GetTypeForTesting() const = 0;
-
// Prevents creating the actual interstitial view for testing.
void DontCreateViewForTesting();

Powered by Google App Engine
This is Rietveld 408576698