fix: make getUserMedia APIs work again on C72+ (#16763)
* fix: resolve macos check for video and audio capture devices * fix: resolve a minor compilation error
This commit is contained in:
parent
b7afec0743
commit
ff461d9d26
2 changed files with 15 additions and 0 deletions
|
@ -85,6 +85,9 @@ class AtomBrowserClient : public content::ContentBrowserClient,
|
|||
content::SiteInstance* pending_site_instance) override;
|
||||
void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
|
||||
int child_process_id) override;
|
||||
void AdjustUtilityServiceProcessCommandLine(
|
||||
const service_manager::Identity& identity,
|
||||
base::CommandLine* command_line) override;
|
||||
void DidCreatePpapiPlugin(content::BrowserPpapiHost* browser_host) override;
|
||||
std::string GetGeolocationApiKey() override;
|
||||
content::QuotaPermissionContext* CreateQuotaPermissionContext() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue