summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 09:20:02 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 09:20:02 +0000
commit073ed7b86bdbb6b90a305767b8de6ee9405fad7f (patch)
treed10548ec6957aca4f581c03cfb6c823d197fb3f1 /chrome/chrome_tests.gypi
parentebb84b2d96cb19aaa5349d92d1b2590dd09a93a0 (diff)
downloadchromium_src-073ed7b86bdbb6b90a305767b8de6ee9405fad7f.zip
chromium_src-073ed7b86bdbb6b90a305767b8de6ee9405fad7f.tar.gz
chromium_src-073ed7b86bdbb6b90a305767b8de6ee9405fad7f.tar.bz2
Create DownloadStatusUpdater to keep track of download progress
and update the application icon. We can't do that in DownloadManager because there are multiple DownloadManagers (one per Profile) and they would overwrite each other's updates. BUG=none TEST=none Review URL: http://codereview.chromium.org/3454018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index a9ae02e..17a6abb 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1059,6 +1059,7 @@
'browser/download/download_manager_unittest.cc',
'browser/download/download_request_infobar_delegate_unittest.cc',
'browser/download/download_request_limiter_unittest.cc',
+ 'browser/download/download_status_updater_unittest.cc',
'browser/download/download_util_unittest.cc',
'browser/download/save_package_unittest.cc',
'browser/encoding_menu_controller_unittest.cc',