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

Unified Diff: ash/common/shelf/app_list_shelf_item_delegate.h

Issue 2462753002: Use Ash's ShelfWindowWatcher for app panel windows. (Closed)
Patch Set: Add ShelfWindowWatcherTest, remove ChromeLauncherControllerImplTest panel use. 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: ash/common/shelf/app_list_shelf_item_delegate.h
diff --git a/ash/common/shelf/app_list_shelf_item_delegate.h b/ash/common/shelf/app_list_shelf_item_delegate.h
index bb8e1f094faae6d9380d60e7b2cbeb034cb1dd07..b158b44b01c64402ac6bc8b994bebe17356b7c06 100644
--- a/ash/common/shelf/app_list_shelf_item_delegate.h
+++ b/ash/common/shelf/app_list_shelf_item_delegate.h
@@ -29,6 +29,7 @@ class AppListShelfItemDelegate : public ShelfItemDelegate {
bool IsDraggable() override;
bool CanPin() const override;
bool ShouldShowTooltip() override;
+ bool IsOpen() const override;
void Close() override;
private:

Powered by Google App Engine
This is Rietveld 408576698