diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 16:48:19 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 16:48:19 +0000 |
commit | 91c06e5e57d38760631ed240b1161a2af613b974 (patch) | |
tree | c24a23ab720050396179a46ddc4c64a4426dcbaa /content/DEPS | |
parent | c7fd73291df44ad9c03c04d8aba6e5d694bf2864 (diff) | |
download | chromium_src-91c06e5e57d38760631ed240b1161a2af613b974.zip chromium_src-91c06e5e57d38760631ed240b1161a2af613b974.tar.gz chromium_src-91c06e5e57d38760631ed240b1161a2af613b974.tar.bz2 |
Add a scoper object for URLFetcher::Factory
This should make it much safer to use (i.e. memory-safe).
BUG=90585
Review URL: http://codereview.chromium.org/7524033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index 71029d0..954e378 100644 --- a/content/DEPS +++ b/content/DEPS @@ -18,6 +18,7 @@ include_rules = [ # directories in content/ so we disallow all of them. "-content", "+content/common", + "+content/test", "+grit", "+gpu", |