diff options
author | asanka@chromium.org <asanka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 23:32:06 +0000 |
---|---|---|
committer | asanka@chromium.org <asanka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-30 23:32:06 +0000 |
commit | 3d833de2590e5bcddec48b51691d088afb3d84e3 (patch) | |
tree | 66337201944575e32a60e36334076b4bb2be7874 /content/public/browser/DEPS | |
parent | bb8f10a98c8f3a96025c47100c6473e2ce9645ad (diff) | |
download | chromium_src-3d833de2590e5bcddec48b51691d088afb3d84e3.zip chromium_src-3d833de2590e5bcddec48b51691d088afb3d84e3.tar.gz chromium_src-3d833de2590e5bcddec48b51691d088afb3d84e3.tar.bz2 |
Download filename determination refactor (1/3)
- Removes dependency on DownloadStateInfo in chrome/.
- Adds unit tests for ChromeDownloadManagerDelegate.
- Cleanup methods for filename determination in DownloadItem to eliminate setters.
BUG=78085
TEST=unit tests
Review URL: https://chromiumcodereview.appspot.com/10083010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139682 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public/browser/DEPS')
-rw-r--r-- | content/public/browser/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/public/browser/DEPS b/content/public/browser/DEPS index 69de06e..26f874f 100644 --- a/content/public/browser/DEPS +++ b/content/public/browser/DEPS @@ -5,7 +5,6 @@ include_rules = [ "+content/browser/worker_host/worker_service_impl.h", # TODO(jam): remove - "+content/browser/download/download_state_info.h", "+content/browser/javascript_dialogs.h", "+content/browser/web_contents/web_contents_impl.h", "+content/browser/webui/web_ui.h", |