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

Unified Diff: chrome/browser/ui/cocoa/download/download_shelf_mac.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/cocoa/download/download_shelf_mac.h
diff --git a/chrome/browser/ui/cocoa/download/download_shelf_mac.h b/chrome/browser/ui/cocoa/download/download_shelf_mac.h
index 11a631dbed12c2272f106b3574b64287cc0b5999..2d78a59559d393f780d2328dd978755ee9cb195b 100644
--- a/chrome/browser/ui/cocoa/download/download_shelf_mac.h
+++ b/chrome/browser/ui/cocoa/download/download_shelf_mac.h
@@ -26,8 +26,10 @@ class DownloadShelfMac : 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;
private:
// The browser that owns this shelf.

Powered by Google App Engine
This is Rietveld 408576698