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

Unified Diff: content/test/test_navigation_url_loader.cc

Issue 1269813002: Add a NavigationThrottle to the public content/ interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation-api
Patch Set: Created 5 years, 4 months 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..21877e6d2677f1256d1f4af6b401f620e2a9ceeb 100644
--- a/content/test/test_navigation_url_loader.cc
+++ b/content/test/test_navigation_url_loader.cc
@@ -40,7 +40,7 @@ void TestNavigationURLLoader::SimulateError(int error_code) {
void TestNavigationURLLoader::CallOnRequestRedirected(
const net::RedirectInfo& redirect_info,
const scoped_refptr<ResourceResponse>& response) {
- delegate_->OnRequestRedirected(redirect_info, response);
+ delegate_->OnRequestRedirected(redirect_info, response, false);
}
void TestNavigationURLLoader::CallOnResponseStarted(

Powered by Google App Engine
This is Rietveld 408576698