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*>( |