| Index: chrome/browser/renderer_host/safe_browsing_resource_throttle.h
|
| diff --git a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
|
| index c11db662915de6f7f9db976c0f844349e774a01a..a21e92a11243b4e44dc46c237f36e1595ed0d681 100644
|
| --- a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
|
| +++ b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h
|
| @@ -55,7 +55,8 @@ class SafeBrowsingResourceThrottle
|
|
|
| // content::ResourceThrottle implementation (called on IO thread):
|
| 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;
|
|
|
| // SafeBrowsingDabaseManager::Client implementation (called on IO thread):
|
|
|