| Index: chrome/browser/download/download_manager.cc
|
| diff --git a/chrome/browser/download/download_manager.cc b/chrome/browser/download/download_manager.cc
|
| index 16820a25c3f2d396212d87eb5d97701d9a485aad..4ef7f34787d45a28ac944e149b4255bb919964f1 100644
|
| --- a/chrome/browser/download/download_manager.cc
|
| +++ b/chrome/browser/download/download_manager.cc
|
| @@ -49,15 +49,6 @@
|
| #include "app/win_util.h"
|
| #endif
|
|
|
| -namespace {
|
| -
|
| -// Used to sort download items based on descending start time.
|
| -bool CompareStartTime(DownloadItem* first, DownloadItem* second) {
|
| - return first->start_time() > second->start_time();
|
| -}
|
| -
|
| -} // namespace
|
| -
|
| DownloadManager::DownloadManager()
|
| : shutdown_needed_(false),
|
| profile_(NULL),
|
|
|