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

Unified Diff: chrome/browser/media/media_capture_devices_dispatcher.h

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
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/media/media_capture_devices_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/media_capture_devices_dispatcher.h
diff --git a/chrome/browser/media/media_capture_devices_dispatcher.h b/chrome/browser/media/media_capture_devices_dispatcher.h
index 2b65ab29b58a57b8ceeadefcbd060503e8eb2893..b86d52526a8401608fc6c337bf6a30feb2bbe107 100644
--- a/chrome/browser/media/media_capture_devices_dispatcher.h
+++ b/chrome/browser/media/media_capture_devices_dispatcher.h
@@ -121,6 +121,7 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver,
int render_process_id,
int render_view_id,
int page_request_id,
+ const GURL& security_origin,
const content::MediaStreamDevice& device,
content::MediaRequestState state) OVERRIDE;
virtual void OnAudioStreamPlayingChanged(
@@ -200,6 +201,7 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver,
int render_process_id,
int render_view_id,
int page_request_id,
+ const GURL& security_origin,
const content::MediaStreamDevice& device,
content::MediaRequestState state);
void OnCreatingAudioStreamOnUIThread(int render_process_id,
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/media/media_capture_devices_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698