mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefPermissionHandler callback for media access (fixes issue #2582)
This commit is contained in:
@@ -22,6 +22,11 @@ void CreateBrowserDelegates(ClientAppBrowser::DelegateSet& delegates) {
|
||||
delegates);
|
||||
CreatePreferenceBrowserTests(delegates);
|
||||
|
||||
// Bring in the media access tests.
|
||||
extern void CreateMediaAccessBrowserTests(ClientAppBrowser::DelegateSet &
|
||||
delegates);
|
||||
CreateMediaAccessBrowserTests(delegates);
|
||||
|
||||
// Bring in URLRequest tests.
|
||||
extern void CreateURLRequestBrowserTests(ClientAppBrowser::DelegateSet &
|
||||
delegates);
|
||||
|
Reference in New Issue
Block a user