| 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();
|
|
|
|
|