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

Unified Diff: content/test/test_navigation_url_loader.cc

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.cc
diff --git a/content/test/test_navigation_url_loader.cc b/content/test/test_navigation_url_loader.cc
index d054dc35faabe4639b6c5a5e405259e6c6549cfc..5f02ff1f057875645e53c2d9520dafa5e9a870bf 100644
--- a/content/test/test_navigation_url_loader.cc
+++ b/content/test/test_navigation_url_loader.cc
@@ -19,7 +19,8 @@ TestNavigationURLLoader::TestNavigationURLLoader(
redirect_count_(0) {
}
-void TestNavigationURLLoader::FollowRedirect() {
+void TestNavigationURLLoader::FollowRedirect(
+ const std::vector<std::pair<std::string, std::string>>& extra_headers) {
redirect_count_++;
}
« content/browser/loader/navigation_url_loader.h ('K') | « content/test/test_navigation_url_loader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698