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

Unified Diff: chrome/browser/ui/views/download/download_shelf_view.h

Issue 2688413012: Don't animate the download shelf when entering/exiting fullscreen. (Closed)
Patch Set: Turn on animation for all tests except the one that was flaky due to animation. 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/ui/views/download/download_shelf_view.h
diff --git a/chrome/browser/ui/views/download/download_shelf_view.h b/chrome/browser/ui/views/download/download_shelf_view.h
index 6da340f14c285489ace287e6ff1367f9eaf558ab..5bbec13d097bacea0c1d146b71bcded91a2fc028 100644
--- a/chrome/browser/ui/views/download/download_shelf_view.h
+++ b/chrome/browser/ui/views/download/download_shelf_view.h
@@ -96,8 +96,10 @@ class DownloadShelfView : public views::AccessiblePaneView,
protected:
// Implementation of DownloadShelf.
void DoAddDownload(content::DownloadItem* download) override;
- void DoShow() override;
+ void DoOpen() override;
void DoClose(CloseReason reason) override;
+ void DoHide() override;
+ void DoUnhide() override;
// From AccessiblePaneView
views::View* GetDefaultFocusableChild() override;
« no previous file with comments | « chrome/browser/ui/exclusive_access/fullscreen_controller.cc ('k') | chrome/browser/ui/views/download/download_shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698