Fix IndexedDB quota (issue #2070)

This commit is contained in:
Marshall Greenblatt
2017-04-27 14:59:31 -04:00
parent 983f9cff44
commit 7cdb02b0bb
2 changed files with 19 additions and 0 deletions

View File

@@ -56,6 +56,10 @@ class CefContentBrowserClient : public content::ContentBrowserClient {
int child_process_id) override;
content::QuotaPermissionContext*
CreateQuotaPermissionContext() override;
void GetQuotaSettings(
content::BrowserContext* context,
content::StoragePartition* partition,
const storage::OptionalQuotaSettingsCallback& callback) override;
content::MediaObserver* GetMediaObserver() override;
content::SpeechRecognitionManagerDelegate*
CreateSpeechRecognitionManagerDelegate() override;