| 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 7c823e4938719440246530f7b0dd0f9bff870634..129c0ed1fb298dea268287e2005ed167efb6c683 100644
|
| --- a/chrome/browser/media/media_capture_devices_dispatcher.h
|
| +++ b/chrome/browser/media/media_capture_devices_dispatcher.h
|
| @@ -193,6 +193,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.
|
|
|