Enable navigator.webkitGetUserMedia()

The code came from chrome/browser/media, but was simplified to remove
dependencies on other parts of chrome/ and to always allow the media stream
request.
This commit is contained in:
Adam Roben 2013-07-31 11:08:45 -07:00
parent bd648ce58f
commit 2595335045
9 changed files with 402 additions and 4 deletions

View file

@ -44,6 +44,7 @@ private:
int render_process_id,
int render_view_id,
int notification_id) OVERRIDE;
virtual content::MediaObserver* GetMediaObserver() OVERRIDE;
BrowserMainParts* browser_main_parts_;
scoped_ptr<NotificationPresenter> notification_presenter_;