Remove storage limitation of WebSQL.
This commit is contained in:
parent
7caaad2c7a
commit
2981a7e256
5 changed files with 79 additions and 1 deletions
|
@ -18,6 +18,10 @@
|
|||
class PrefRegistrySimple;
|
||||
class PrefService;
|
||||
|
||||
namespace storage {
|
||||
class SpecialStoragePolicy;
|
||||
}
|
||||
|
||||
namespace brightray {
|
||||
|
||||
class PermissionManager;
|
||||
|
@ -112,6 +116,7 @@ class BrowserContext : public base::RefCounted<BrowserContext>,
|
|||
scoped_ptr<ResourceContext> resource_context_;
|
||||
scoped_ptr<DevToolsNetworkController> controller_;
|
||||
scoped_refptr<URLRequestContextGetter> url_request_getter_;
|
||||
scoped_refptr<storage::SpecialStoragePolicy> storage_policy_;
|
||||
scoped_ptr<PrefService> prefs_;
|
||||
scoped_ptr<PermissionManager> permission_manager_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue