Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(722)

Unified Diff: chrome/browser/download/test_download_shelf.cc

Issue 966983002: downloads: clicking "remove" on chrome://downloads should also hide shelf item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/download/test_download_shelf.cc
diff --git a/chrome/browser/download/test_download_shelf.cc b/chrome/browser/download/test_download_shelf.cc
index 9538b7cdc0a8694ec344ba874c4621da833b02cd..e6cebf724c7242a24e0fb6c1f0243bcd63dcdc70 100644
--- a/chrome/browser/download/test_download_shelf.cc
+++ b/chrome/browser/download/test_download_shelf.cc
@@ -17,6 +17,9 @@ TestDownloadShelf::~TestDownloadShelf() {
download_manager_->RemoveObserver(this);
}
+void TestDownloadShelf::RemoveDownload(content::DownloadItem* download) {
+}
+
bool TestDownloadShelf::IsShowing() const {
return is_showing_;
}

Powered by Google App Engine
This is Rietveld 408576698