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

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

Issue 2335133003: PlzNavigate: support the WebRequest API (Closed)
Patch Set: PlzNavigate: support the WebRequest API Created 4 years, 3 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_impl_core.h
diff --git a/content/browser/loader/navigation_url_loader_impl_core.h b/content/browser/loader/navigation_url_loader_impl_core.h
index dff67858ffd6f566e8c643ce49491f9796692685..3eebcf3471146124d4efea5095a67d3d916b4b41 100644
--- a/content/browser/loader/navigation_url_loader_impl_core.h
+++ b/content/browser/loader/navigation_url_loader_impl_core.h
@@ -46,7 +46,8 @@ class NavigationURLLoaderImplCore {
// Starts the request.
void Start(ResourceContext* resource_context,
ServiceWorkerContextWrapper* service_worker_context_wrapper,
- std::unique_ptr<NavigationRequestInfo> request_info);
+ std::unique_ptr<NavigationRequestInfo> request_info,
+ std::unique_ptr<NavigationUIData> navigation_ui_data);
// Follows the current pending redirect.
void FollowRedirect();
@@ -81,6 +82,7 @@ class NavigationURLLoaderImplCore {
base::WeakPtr<NavigationURLLoaderImpl> loader_;
NavigationResourceHandler* resource_handler_;
std::unique_ptr<NavigationRequestInfo> request_info_;
+ std::unique_ptr<NavigationUIData> navigation_ui_data_;
ResourceContext* resource_context_;
base::WeakPtrFactory<NavigationURLLoaderImplCore> factory_;

Powered by Google App Engine
This is Rietveld 408576698