Index: content/browser/loader/navigation_resource_handler.h |
diff --git a/content/browser/loader/navigation_resource_handler.h b/content/browser/loader/navigation_resource_handler.h |
index e898663611c903f3ccbc1d373fbfa9c38b264872..dea3559aa7b6048b3c33387b24a2b3915dd420ac 100644 |
--- a/content/browser/loader/navigation_resource_handler.h |
+++ b/content/browser/loader/navigation_resource_handler.h |
@@ -5,6 +5,8 @@ |
#ifndef CONTENT_BROWSER_LOADER_NAVIGATION_RESOURCE_HANDLER_H_ |
#define CONTENT_BROWSER_LOADER_NAVIGATION_RESOURCE_HANDLER_H_ |
+#include <vector> |
+ |
#include "base/macros.h" |
#include "content/browser/loader/resource_handler.h" |
#include "content/browser/loader/stream_writer.h" |
@@ -24,7 +26,8 @@ class NavigationResourceHandler : public ResourceHandler { |
void Cancel(); |
// Called to the loader to resume a paused redirect. |
- void FollowRedirect(); |
+ void FollowRedirect( |
+ const std::vector<std::pair<std::string, std::string>>& extra_headers); |
// ResourceHandler implementation. |
void SetController(ResourceController* controller) override; |