Remove Permission manager from brightray

Electron manages its own implementation, this was
missed out when merging the brightray/ component.
This commit is contained in:
deepak1556 2018-04-08 22:51:20 +05:30 committed by Samuel Attard
parent f6665edc73
commit 01fdfc4574
5 changed files with 0 additions and 151 deletions

View file

@ -194,12 +194,6 @@ content::SSLHostStateDelegate* BrowserContext::GetSSLHostStateDelegate() {
return nullptr;
}
content::PermissionManager* BrowserContext::GetPermissionManager() {
if (!permission_manager_.get())
permission_manager_.reset(new PermissionManager);
return permission_manager_.get();
}
content::BackgroundFetchDelegate* BrowserContext::GetBackgroundFetchDelegate() {
return nullptr;
}