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

Unified Diff: extensions/browser/guest_view/mime_handler_view/mime_handler_stream_manager.h

Issue 2331343005: PlzNavigate: Get StreamPrivate API to work. (Closed)
Patch Set: 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: extensions/browser/guest_view/mime_handler_view/mime_handler_stream_manager.h
diff --git a/extensions/browser/guest_view/mime_handler_view/mime_handler_stream_manager.h b/extensions/browser/guest_view/mime_handler_view/mime_handler_stream_manager.h
index 880f140b88c952beed6bb2f05ebe5751aea77d8f..83b5fd10cb58e600f55d51221bf38bfb887d9d59 100644
--- a/extensions/browser/guest_view/mime_handler_view/mime_handler_stream_manager.h
+++ b/extensions/browser/guest_view/mime_handler_view/mime_handler_stream_manager.h
@@ -16,6 +16,7 @@
namespace content {
class BrowserContext;
+class WebContents;
}
namespace extensions {
@@ -36,6 +37,7 @@ class MimeHandlerStreamManager : public KeyedService,
void AddStream(const std::string& view_id,
std::unique_ptr<StreamContainer> stream,
+ content::WebContents* web_contents,
jam 2016/09/14 22:49:52 why are we passing both WC & RF IDs? it seems we s
ananta 2016/09/15 01:49:17 Done. As per our discussion, I changed the Embedde
int render_process_id,
int render_frame_id);

Powered by Google App Engine
This is Rietveld 408576698