Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(940)

Unified Diff: content/test/test_navigation_url_loader.h

Issue 1416953007: Add a function to add extra headers from NavigationThrottle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@data-reduction-proxy-resource-throttle
Patch Set: Rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/test_navigation_url_loader.h
diff --git a/content/test/test_navigation_url_loader.h b/content/test/test_navigation_url_loader.h
index 9cfe1ba0191940fb7e5551d1d9ca7ae55570b385..8acfa524d385a7785f6dbd07402c343033f0c95f 100644
--- a/content/test/test_navigation_url_loader.h
+++ b/content/test/test_navigation_url_loader.h
@@ -32,7 +32,8 @@ class TestNavigationURLLoader
NavigationURLLoaderDelegate* delegate);
// NavigationURLLoader implementation.
- void FollowRedirect() override;
+ void FollowRedirect(const std::vector<std::pair<std::string, std::string>>&
+ extra_headers) override;
NavigationRequestInfo* request_info() const { return request_info_.get(); }

Powered by Google App Engine
This is Rietveld 408576698