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

Unified Diff: extensions/renderer/guest_view/mime_handler_view_container.cc

Issue 706823004: OOP PDF: Change the save toolbar button to match the save menu behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@embedded-pdfs
Patch Set: rebase Created 6 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/common/extension_messages.h ('k') | pdf/out_of_process_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/guest_view/mime_handler_view_container.cc
diff --git a/extensions/renderer/guest_view/mime_handler_view_container.cc b/extensions/renderer/guest_view/mime_handler_view_container.cc
index 8a7f4fe595d1b39446cc9f175f0efe76125dad97..f71c441accd492d60457cc0da0324561ddf862f8 100644
--- a/extensions/renderer/guest_view/mime_handler_view_container.cc
+++ b/extensions/renderer/guest_view/mime_handler_view_container.cc
@@ -97,7 +97,8 @@ void MimeHandlerViewContainer::CreateMimeHandlerViewGuest() {
DCHECK_NE(element_instance_id(), guestview::kInstanceIDNone);
render_frame()->Send(new ExtensionHostMsg_CreateMimeHandlerViewGuest(
- routing_id(), stream_url.spec(), mime_type_, element_instance_id()));
+ routing_id(), stream_url.spec(), original_url_.spec(), mime_type_,
+ element_instance_id()));
}
} // namespace extensions
« no previous file with comments | « extensions/common/extension_messages.h ('k') | pdf/out_of_process_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698