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

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

Issue 2688413012: Don't animate the download shelf when entering/exiting fullscreen. (Closed)
Patch Set: Try fixing a 10.9 test; ignore this patchset for the moment Created 3 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.h
diff --git a/chrome/browser/download/test_download_shelf.h b/chrome/browser/download/test_download_shelf.h
index 7617c051420ce19bfa035a5f4ed6a452b80d4282..e00dbb6e68d36ddb8a270c29c26e0618cfb5503f 100644
--- a/chrome/browser/download/test_download_shelf.h
+++ b/chrome/browser/download/test_download_shelf.h
@@ -34,8 +34,10 @@ class TestDownloadShelf : public DownloadShelf,
protected:
void DoAddDownload(content::DownloadItem* download) override;
- void DoShow() override;
+ void DoOpen() override;
void DoClose(CloseReason reason) override;
+ void DoHide() override;
+ void DoUnhide() override;
base::TimeDelta GetTransientDownloadShowDelay() override;
content::DownloadManager* GetDownloadManager() override;

Powered by Google App Engine
This is Rietveld 408576698