diff options
Diffstat (limited to 'chrome/browser/download/download_shelf.cc')
-rw-r--r-- | chrome/browser/download/download_shelf.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/browser/download/download_shelf.cc b/chrome/browser/download/download_shelf.cc index 1db9173..d3d6ade 100644 --- a/chrome/browser/download/download_shelf.cc +++ b/chrome/browser/download/download_shelf.cc @@ -15,17 +15,6 @@ #include "chrome/common/url_constants.h" #include "grit/generated_resources.h" - -// DownloadShelf --------------------------------------------------------------- - -void DownloadShelf::ShowAllDownloads() { - Profile* profile = browser_->profile(); - if (profile) - UserMetrics::RecordAction(L"ShowDownloads", profile); - browser_->OpenURL(GURL(chrome::kChromeUIDownloadsURL), GURL(), - NEW_FOREGROUND_TAB, PageTransition::AUTO_BOOKMARK); -} - // DownloadShelfContextMenu ---------------------------------------------------- DownloadShelfContextMenu::DownloadShelfContextMenu( |