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

Unified Diff: chrome/browser/ntp_snippets/fake_download_item.cc

Issue 209613002: Download shelf autohides on showing in shell, just same as regular open Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added browser and unit tests. Renamed 'UserActed' to 'OpenedOrShown'. Created 4 years, 1 month 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
« no previous file with comments | « chrome/browser/ntp_snippets/fake_download_item.h ('k') | chrome/browser/platform_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ntp_snippets/fake_download_item.cc
diff --git a/chrome/browser/ntp_snippets/fake_download_item.cc b/chrome/browser/ntp_snippets/fake_download_item.cc
index e5ea5f5c5c2ab66faed62dd1a8ae1041a282d81c..26a183155003d22c320277b16668de0357016733 100644
--- a/chrome/browser/ntp_snippets/fake_download_item.cc
+++ b/chrome/browser/ntp_snippets/fake_download_item.cc
@@ -371,10 +371,6 @@ void FakeDownloadItem::SetOpenWhenComplete(bool open) {
NOTREACHED();
}
-void FakeDownloadItem::SetOpened(bool opened) {
- NOTREACHED();
-}
-
void FakeDownloadItem::SetDisplayName(const base::FilePath& name) {
NOTREACHED();
}
« no previous file with comments | « chrome/browser/ntp_snippets/fake_download_item.h ('k') | chrome/browser/platform_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698