summaryrefslogtreecommitdiffstats
path: root/chrome/browser/DEPS
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-17 01:29:29 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-17 01:29:29 +0000
commitcca14717e2a53023829bae337d9f92d51c2fe7d5 (patch)
tree5aa800482ff0b2bc63fac530dc61c96e8939f27d /chrome/browser/DEPS
parent50c851f30264d9a7ee512926e2b4b8c5b06dd892 (diff)
downloadchromium_src-cca14717e2a53023829bae337d9f92d51c2fe7d5.zip
chromium_src-cca14717e2a53023829bae337d9f92d51c2fe7d5.tar.gz
chromium_src-cca14717e2a53023829bae337d9f92d51c2fe7d5.tar.bz2
Add the quota::SpecialStoragePolicy interface and an implementation that grants
'protected' and 'unlimited' storage rights to chrome extensions and applications. BUG=52357 TEST=extension_special_storage_policy_unittest.cc Review URL: http://codereview.chromium.org/6299012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/DEPS')
-rw-r--r--chrome/browser/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 757e0b4..064caf9 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -20,6 +20,7 @@ include_rules = [
"+webkit/database",
"+webkit/glue", # Defines some types that are marshalled over IPC.
"+webkit/plugins", # Defines some types that are marshalled over IPC.
+ "+webkit/quota",
"+xib_localizers", # For generated mac localization helpers
# Other libraries.