mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Implement GetGuestManagerDelegate.
This commit is contained in:
@@ -204,4 +204,8 @@ quota::SpecialStoragePolicy* BrowserContext::GetSpecialStoragePolicy() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
content::BrowserPluginGuestManagerDelegate* BrowserContext::GetGuestManagerDelegate() {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
} // namespace brightray
|
||||
|
||||
@@ -80,6 +80,8 @@ class BrowserContext : public content::BrowserContext {
|
||||
GetDownloadManagerDelegate() OVERRIDE;
|
||||
virtual content::GeolocationPermissionContext*
|
||||
GetGeolocationPermissionContext() OVERRIDE;
|
||||
virtual content::BrowserPluginGuestManagerDelegate*
|
||||
GetGuestManagerDelegate() OVERRIDE;
|
||||
virtual quota::SpecialStoragePolicy*
|
||||
GetSpecialStoragePolicy() OVERRIDE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user