Index: components/navigation_interception/intercept_navigation_resource_throttle.h |
diff --git a/components/navigation_interception/intercept_navigation_resource_throttle.h b/components/navigation_interception/intercept_navigation_resource_throttle.h |
index 062a05f77f3033c33b2d15b2731761e67bb56bd9..db3a714ec4a5929a53d779368783ef0652a2ca98 100644 |
--- a/components/navigation_interception/intercept_navigation_resource_throttle.h |
+++ b/components/navigation_interception/intercept_navigation_resource_throttle.h |
@@ -41,11 +41,11 @@ class InterceptNavigationResourceThrottle : public content::ResourceThrottle { |
// content::ResourceThrottle implementation: |
void WillStartRequest(bool* defer) override; |
- void WillRedirectRequest(const GURL& new_url, bool* defer) override; |
+ void WillRedirectRequest(const net::RedirectInfo& redirect_info, |
+ bool* defer) override; |
const char* GetNameForLogging() const override; |
private: |
- std::string GetMethodAfterRedirect(); |
bool CheckIfShouldIgnoreNavigation(const GURL& url, |
const std::string& method, |
bool is_redirect); |