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

Unified Diff: content/browser/renderer_host/media/media_stream_manager.cc

Issue 139053003: Chrome OS: avoid suspending on lid close when casting is active. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another nit. Created 6 years, 11 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/renderer_host/media/media_stream_manager.cc
diff --git a/content/browser/renderer_host/media/media_stream_manager.cc b/content/browser/renderer_host/media/media_stream_manager.cc
index 8a865fc2903a495faf5e9eb90a614de71607d4db..4b1ea25ce7f8e7f2f1e300ca0eea1df883726869 100644
--- a/content/browser/renderer_host/media/media_stream_manager.cc
+++ b/content/browser/renderer_host/media/media_stream_manager.cc
@@ -217,7 +217,7 @@ class MediaStreamManager::DeviceRequest {
media_observer->OnMediaRequestStateChanged(
ui_request_->render_process_id, ui_request_->render_view_id,
- ui_request_->page_request_id,
+ ui_request_->page_request_id, ui_request_->security_origin,
MediaStreamDevice(stream_type, device_id, device_id), new_state);
}
« no previous file with comments | « chromeos/display/output_configurator_unittest.cc ('k') | content/browser/renderer_host/media/mock_media_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698