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

Unified Diff: ash/common/wm_window.h

Issue 2211463002: mash: Move ShelfWindowWatcher[ItemDelegate] to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO comments with bug for WmWindowMus ShelfItemDetails support. Created 4 years, 4 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
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/mus/bridge/wm_window_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 61eb24445219a161cf92210eb741d8dee55027b3..6e600ecf07548ac0d77509102154b06fb6404cec 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -124,6 +124,8 @@ class ASH_EXPORT WmWindow {
// Returns null if there are no details.
virtual ShelfItemDetails* GetShelfItemDetails() = 0;
+ virtual void SetShelfItemDetails(const ShelfItemDetails& details) = 0;
+ virtual void ClearShelfItemDetails() = 0;
wm::WindowState* GetWindowState() {
return const_cast<wm::WindowState*>(
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/mus/bridge/wm_window_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698