Enable getUserMedia(). Part of fixes for #31.

This commit is contained in:
Cheng Zhao 2013-06-21 16:05:28 +08:00
parent 354a1c555b
commit f26db5c7a1
9 changed files with 390 additions and 0 deletions

View file

@ -18,6 +18,7 @@ class AtomBrowserClient : public brightray::BrowserClient {
virtual void OverrideWebkitPrefs(content::RenderViewHost* render_view_host,
const GURL& url,
WebPreferences* prefs) OVERRIDE;
virtual content::MediaObserver* GetMediaObserver() OVERRIDE;
virtual bool ShouldSwapProcessesForNavigation(
content::SiteInstance* site_instance,
const GURL& current_url,