| Index: chrome/browser/supervised_user/supervised_user_interstitial.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_interstitial.h b/chrome/browser/supervised_user/supervised_user_interstitial.h
|
| index 9bbd70d5aa10ed52b107015e731190adb75725a7..bf75f13217bfdac2b9f084afbee99c36054cf633 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_interstitial.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_interstitial.h
|
| @@ -27,6 +27,9 @@ class Profile;
|
| class SupervisedUserInterstitial : public content::InterstitialPageDelegate,
|
| public SupervisedUserServiceObserver {
|
| public:
|
| + // Interstitial type, used for testing.
|
| + static content::InterstitialPageDelegate::TypeID kTypeForTesting;
|
| +
|
| static void Show(content::WebContents* web_contents,
|
| const GURL& url,
|
| SupervisedUserURLFilter::FilteringBehaviorReason reason,
|
| @@ -47,6 +50,7 @@ class SupervisedUserInterstitial : public content::InterstitialPageDelegate,
|
| void CommandReceived(const std::string& command) override;
|
| void OnProceed() override;
|
| void OnDontProceed() override;
|
| + content::InterstitialPageDelegate::TypeID GetTypeForTesting() const override;
|
|
|
| // SupervisedUserServiceObserver implementation.
|
| void OnURLFilterChanged() override;
|
|
|