| 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 4f4abd3e7d76ed4e12795e056beb356d5f04bc96..a9974f3b440946ef03ebcc9af1dd62c854f4f2c0 100644
|
| --- a/chrome/browser/media/media_capture_devices_dispatcher.h
|
| +++ b/chrome/browser/media/media_capture_devices_dispatcher.h
|
| @@ -176,7 +176,7 @@ class MediaCaptureDevicesDispatcher : public content::MediaObserver,
|
| const content::MediaStreamRequest& request,
|
| const content::MediaResponseCallback& callback,
|
| const extensions::Extension* extension);
|
| - void ProcessMediaAccessRequestFromPlatformApp(
|
| + void ProcessMediaAccessRequestFromPlatformAppOrExtension(
|
| content::WebContents* web_contents,
|
| const content::MediaStreamRequest& request,
|
| const content::MediaResponseCallback& callback,
|
|
|