| Index: chrome/browser/supervised_user/supervised_user_resource_throttle.h
|
| diff --git a/chrome/browser/supervised_user/supervised_user_resource_throttle.h b/chrome/browser/supervised_user/supervised_user_resource_throttle.h
|
| index be5679e7899efed8a0bcd2b38413092b22200667..b082f20f0b98710336c4661f166d2d72e3160795 100644
|
| --- a/chrome/browser/supervised_user/supervised_user_resource_throttle.h
|
| +++ b/chrome/browser/supervised_user/supervised_user_resource_throttle.h
|
| @@ -10,6 +10,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/supervised_user/supervised_user_url_filter.h"
|
| #include "chrome/browser/supervised_user/supervised_users.h"
|
| +#include "components/supervised_user_error_page/supervised_user_error_page.h"
|
| #include "content/public/browser/resource_throttle.h"
|
|
|
| namespace net {
|
| @@ -35,10 +36,10 @@ class SupervisedUserResourceThrottle : public content::ResourceThrottle {
|
| void ShowInterstitialIfNeeded(bool is_redirect, const GURL& url, bool* defer);
|
| void ShowInterstitial(
|
| const GURL& url,
|
| - SupervisedUserURLFilter::FilteringBehaviorReason reason);
|
| + supervised_user_error_page::FilteringBehaviorReason reason);
|
| void OnCheckDone(const GURL& url,
|
| SupervisedUserURLFilter::FilteringBehavior behavior,
|
| - SupervisedUserURLFilter::FilteringBehaviorReason reason,
|
| + supervised_user_error_page::FilteringBehaviorReason reason,
|
| bool uncertain);
|
| void OnInterstitialResult(bool continue_request);
|
|
|
|
|