summaryrefslogtreecommitdiff
path: root/chromium/components/safe_browsing/browser/browser_url_loader_throttle.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-08-28 15:28:34 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-08-28 13:54:51 +0000
commit2a19c63448c84c1805fb1a585c3651318bb86ca7 (patch)
treeeb17888e8531aa6ee5e85721bd553b832a7e5156 /chromium/components/safe_browsing/browser/browser_url_loader_throttle.h
parentb014812705fc80bff0a5c120dfcef88f349816dc (diff)
downloadqtwebengine-chromium-2a19c63448c84c1805fb1a585c3651318bb86ca7.tar.gz
BASELINE: Update Chromium to 69.0.3497.70
Change-Id: I2b7b56e4e7a8b26656930def0d4575dc32b900a0 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/safe_browsing/browser/browser_url_loader_throttle.h')
-rw-r--r--chromium/components/safe_browsing/browser/browser_url_loader_throttle.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/chromium/components/safe_browsing/browser/browser_url_loader_throttle.h b/chromium/components/safe_browsing/browser/browser_url_loader_throttle.h
index 4b4cc0fbb5f..5fabb8dec28 100644
--- a/chromium/components/safe_browsing/browser/browser_url_loader_throttle.h
+++ b/chromium/components/safe_browsing/browser/browser_url_loader_throttle.h
@@ -43,9 +43,11 @@ class BrowserURLLoaderThrottle : public content::URLLoaderThrottle {
// content::URLLoaderThrottle implementation.
void WillStartRequest(network::ResourceRequest* request,
bool* defer) override;
- void WillRedirectRequest(const net::RedirectInfo& redirect_info,
- const network::ResourceResponseHead& response_head,
- bool* defer) override;
+ void WillRedirectRequest(
+ const net::RedirectInfo& redirect_info,
+ const network::ResourceResponseHead& response_head,
+ bool* defer,
+ std::vector<std::string>* to_be_removed_headers) override;
void WillProcessResponse(const GURL& response_url,
const network::ResourceResponseHead& response_head,
bool* defer) override;