mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix IndexedDB quota (issue #2070)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user