summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_special_storage_policy.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-11 17:00:57 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-11 17:00:57 +0000
commit8427a062d29aa762bf11a3384bb6c02fa2395b16 (patch)
tree64fa1d2e4f39330eb0960cfe87c374e6be34b296 /chrome/browser/extensions/extension_special_storage_policy.h
parent574268ef75cf34e46b268ea035ace78b7c4b2dad (diff)
downloadchromium_src-8427a062d29aa762bf11a3384bb6c02fa2395b16.zip
chromium_src-8427a062d29aa762bf11a3384bb6c02fa2395b16.tar.gz
chromium_src-8427a062d29aa762bf11a3384bb6c02fa2395b16.tar.bz2
Delete most web intents code.
It's already disabled, so this should have no observable effect. The database code stays around until I've written a migration to delete the webintents table. The apps schema code stays around so that 'intent' blocks in apps are silently ignored instead of causing an error. BUG=173194 TBR=piman Review URL: https://codereview.chromium.org/12225076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_special_storage_policy.h')
-rw-r--r--chrome/browser/extensions/extension_special_storage_policy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_special_storage_policy.h b/chrome/browser/extensions/extension_special_storage_policy.h
index 7a7a2c1..54f0119 100644
--- a/chrome/browser/extensions/extension_special_storage_policy.h
+++ b/chrome/browser/extensions/extension_special_storage_policy.h
@@ -79,7 +79,6 @@ class ExtensionSpecialStoragePolicy : public quota::SpecialStoragePolicy {
SpecialCollection installed_apps_;
SpecialCollection unlimited_extensions_;
SpecialCollection file_handler_extensions_;
- SpecialCollection web_intent_extensions_;
scoped_refptr<CookieSettings> cookie_settings_;
};