Implement GetGuestManagerDelegate.
This commit is contained in:
parent
8bf3e084f1
commit
a98199511a
2 changed files with 6 additions and 0 deletions
|
@ -204,4 +204,8 @@ quota::SpecialStoragePolicy* BrowserContext::GetSpecialStoragePolicy() {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
content::BrowserPluginGuestManagerDelegate* BrowserContext::GetGuestManagerDelegate() {
|
||||||
|
return nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace brightray
|
} // namespace brightray
|
||||||
|
|
|
@ -80,6 +80,8 @@ class BrowserContext : public content::BrowserContext {
|
||||||
GetDownloadManagerDelegate() OVERRIDE;
|
GetDownloadManagerDelegate() OVERRIDE;
|
||||||
virtual content::GeolocationPermissionContext*
|
virtual content::GeolocationPermissionContext*
|
||||||
GetGeolocationPermissionContext() OVERRIDE;
|
GetGeolocationPermissionContext() OVERRIDE;
|
||||||
|
virtual content::BrowserPluginGuestManagerDelegate*
|
||||||
|
GetGuestManagerDelegate() OVERRIDE;
|
||||||
virtual quota::SpecialStoragePolicy*
|
virtual quota::SpecialStoragePolicy*
|
||||||
GetSpecialStoragePolicy() OVERRIDE;
|
GetSpecialStoragePolicy() OVERRIDE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue