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

Unified Diff: content/test/test_navigation_url_loader_delegate.h

Issue 2537593002: PlzNavigate: Pass move information along with the response started notification for navigation requ… (Closed)
Patch Set: . Created 4 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
« no previous file with comments | « content/test/test_navigation_url_loader.cc ('k') | content/test/test_navigation_url_loader_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_navigation_url_loader_delegate.h
diff --git a/content/test/test_navigation_url_loader_delegate.h b/content/test/test_navigation_url_loader_delegate.h
index cf80aeee2caa804ec8ef6977845c3cdb78ab14e4..ddc14027bb2393c416aa9939db71de4a7dc8fcf4 100644
--- a/content/test/test_navigation_url_loader_delegate.h
+++ b/content/test/test_navigation_url_loader_delegate.h
@@ -54,11 +54,13 @@ class TestNavigationURLLoaderDelegate : public NavigationURLLoaderDelegate {
void OnRequestRedirected(
const net::RedirectInfo& redirect_info,
const scoped_refptr<ResourceResponse>& response) override;
- void OnResponseStarted(
- const scoped_refptr<ResourceResponse>& response,
- std::unique_ptr<StreamHandle> body,
- const SSLStatus& ssl_status,
- std::unique_ptr<NavigationData> navigation_data) override;
+ void OnResponseStarted(const scoped_refptr<ResourceResponse>& response,
+ std::unique_ptr<StreamHandle> body,
+ const SSLStatus& ssl_status,
+ std::unique_ptr<NavigationData> navigation_data,
+ const GlobalRequestID& request_id,
+ bool is_download,
+ bool is_stream) override;
void OnRequestFailed(bool in_cache, int net_error) override;
void OnRequestStarted(base::TimeTicks timestamp) override;
« no previous file with comments | « content/test/test_navigation_url_loader.cc ('k') | content/test/test_navigation_url_loader_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698