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

Unified Diff: content/browser/loader/navigation_url_loader_network_service.h

Issue 2860903006: Handle webuis when using the network service. (Closed)
Patch Set: merge Created 3 years, 7 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/browser/loader/navigation_url_loader_network_service.h
diff --git a/content/browser/loader/navigation_url_loader_network_service.h b/content/browser/loader/navigation_url_loader_network_service.h
index 1130619bc184ba2644ebd2b8c9d744ee75aaf5a9..30196ee69a75d22b547e85b7bdf2780c1ccc49dd 100644
--- a/content/browser/loader/navigation_url_loader_network_service.h
+++ b/content/browser/loader/navigation_url_loader_network_service.h
@@ -73,11 +73,12 @@ class NavigationURLLoaderNetworkService : public NavigationURLLoader,
void ConnectURLLoaderFactory(
std::unique_ptr<service_manager::Connector> connector);
- mojom::URLLoaderFactory& GetURLLoaderFactory();
+ mojom::URLLoaderFactory* GetURLLoaderFactory();
NavigationURLLoaderDelegate* delegate_;
mojo::Binding<mojom::URLLoaderClient> binding_;
+ std::unique_ptr<NavigationRequestInfo> request_info_;
mojom::URLLoaderAssociatedPtr url_loader_associated_ptr_;
scoped_refptr<ResourceResponse> response_;
SSLStatus ssl_status_;
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/loader/navigation_url_loader_network_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698