Implement GetGuestManagerDelegate.

This commit is contained in:
Cheng Zhao 2014-07-27 10:44:39 +00:00
parent 8bf3e084f1
commit a98199511a
2 changed files with 6 additions and 0 deletions

View file

@ -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;