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

Unified Diff: extensions/browser/guest_view/web_view/web_ui/web_ui_url_fetcher.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 | « extensions/browser/extension_throttle_entry_interface.h ('k') | extensions/browser/sandboxed_unpacker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/web_ui/web_ui_url_fetcher.cc
diff --git a/extensions/browser/guest_view/web_view/web_ui/web_ui_url_fetcher.cc b/extensions/browser/guest_view/web_view/web_ui/web_ui_url_fetcher.cc
index 3366ee67ec7db9507bd6af8a06da63eb466e30d6..84e25c27f27e4ae67a30d1ed5554d5206ba831ec 100644
--- a/extensions/browser/guest_view/web_view/web_ui/web_ui_url_fetcher.cc
+++ b/extensions/browser/guest_view/web_view/web_ui/web_ui_url_fetcher.cc
@@ -32,7 +32,7 @@ void WebUIURLFetcher::Start() {
fetcher_->SetLoadFlags(net::LOAD_DO_NOT_SAVE_COOKIES);
content::AssociateURLFetcherWithRenderFrame(
- fetcher_.get(), url_, render_process_id_, render_frame_id_);
+ fetcher_.get(), url::Origin(url_), render_process_id_, render_frame_id_);
fetcher_->Start();
}
« no previous file with comments | « extensions/browser/extension_throttle_entry_interface.h ('k') | extensions/browser/sandboxed_unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698