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

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

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
Index: chrome/browser/ntp_snippets/fake_download_item.h
diff --git a/chrome/browser/ntp_snippets/fake_download_item.h b/chrome/browser/ntp_snippets/fake_download_item.h
index 7efc70fb9dae18e9622093bebba8852d8c4bb917..fd5e8d70ef172fa07b9cd20db8c23ab3cd40d79b 100644
--- a/chrome/browser/ntp_snippets/fake_download_item.h
+++ b/chrome/browser/ntp_snippets/fake_download_item.h
@@ -117,7 +117,6 @@ class FakeDownloadItem : public content::DownloadItem {
void OnContentCheckCompleted(
content::DownloadDangerType danger_type) override;
void SetOpenWhenComplete(bool open) override;
- void SetOpened(bool opened) override;
void SetDisplayName(const base::FilePath& name) override;
std::string DebugString(bool verbose) const override;

Powered by Google App Engine
This is Rietveld 408576698