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 cba839dc82d89062bbdc20b1343987afecd13b4f..fddd0c99a7d9e4f877b62f45ba473fcae95cbd61 100644 |
--- a/chrome/browser/media/media_capture_devices_dispatcher.h |
+++ b/chrome/browser/media/media_capture_devices_dispatcher.h |
@@ -194,6 +194,7 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver, |
void ProcessQueuedAccessRequest(content::WebContents* web_contents); |
void OnAccessRequestResponse(content::WebContents* web_contents, |
const content::MediaStreamDevices& devices, |
+ content::MediaStreamRequestResult result, |
scoped_ptr<content::MediaStreamUI> ui); |
// Called by the MediaObserver() functions, executed on UI thread. |