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

Unified Diff: content/test/test_navigation_url_loader.h

Issue 872473003: PlzNavigate: Remove the RequestNavigation IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits + fix compilation error Created 5 years, 10 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/test/test_navigation_url_loader.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.h
diff --git a/content/test/test_navigation_url_loader.h b/content/test/test_navigation_url_loader.h
index 4dcc80fca7b20dc7b6781f6c57a4685fb8cc4e5d..b59846486548bb0bb611cc24ed262679b7b52b6c 100644
--- a/content/test/test_navigation_url_loader.h
+++ b/content/test/test_navigation_url_loader.h
@@ -28,14 +28,12 @@ class TestNavigationURLLoader
: public NavigationURLLoader,
public base::SupportsWeakPtr<TestNavigationURLLoader> {
public:
- TestNavigationURLLoader(const CommonNavigationParams& common_params,
- scoped_ptr<NavigationRequestInfo> request_info,
+ TestNavigationURLLoader(scoped_ptr<NavigationRequestInfo> request_info,
NavigationURLLoaderDelegate* delegate);
// NavigationURLLoader implementation.
void FollowRedirect() override;
- const CommonNavigationParams& common_params() const { return common_params_; }
NavigationRequestInfo* request_info() const { return request_info_.get(); }
void CallOnRequestRedirected(const net::RedirectInfo& redirect_info,
@@ -48,7 +46,6 @@ class TestNavigationURLLoader
private:
~TestNavigationURLLoader() override;
- CommonNavigationParams common_params_;
scoped_ptr<NavigationRequestInfo> request_info_;
NavigationURLLoaderDelegate* delegate_;
int redirect_count_;
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/test/test_navigation_url_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698