summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-04 22:19:41 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-04 22:19:41 +0000
commit3edd952ea05dfb5c950b63768fc9cc9ec807f6d8 (patch)
treea78e9bef8fe0efbff8b56fb6c6f8bc23e344c46e /chrome/browser/download/download_manager.cc
parentc0a2ee2bb8bfcc3ade688d43a95cc3404eea3748 (diff)
downloadchromium_src-3edd952ea05dfb5c950b63768fc9cc9ec807f6d8.zip
chromium_src-3edd952ea05dfb5c950b63768fc9cc9ec807f6d8.tar.gz
chromium_src-3edd952ea05dfb5c950b63768fc9cc9ec807f6d8.tar.bz2
Basic download shelf implementation on linux.
It shows and hides at appropriate times, and that's about it. TEST=navigate to a savable page and select "save page as" from the page menu. Click the x. Save the page again. The shelf should pop up, go away, pop up again. Review URL: http://codereview.chromium.org/38004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_manager.cc')
-rw-r--r--chrome/browser/download/download_manager.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/download/download_manager.cc b/chrome/browser/download/download_manager.cc
index 50f2910..b50e039 100644
--- a/chrome/browser/download/download_manager.cc
+++ b/chrome/browser/download/download_manager.cc
@@ -1360,7 +1360,6 @@ void DownloadManager::OnQueryDownloadEntriesComplete(
FOR_EACH_OBSERVER(Observer, observers_, ModelChanged());
}
-
// Once the new DownloadItem's creation info has been committed to the history
// service, we associate the DownloadItem with the db handle, update our
// 'downloads_' map and inform observers.