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

Unified Diff: ash/mus/bridge/wm_window_mus.cc

Issue 2211463002: mash: Move ShelfWindowWatcher[ItemDelegate] to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ShelfWindowWatcher to WmShell. 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/mus/bridge/wm_window_mus.h ('k') | ash/shelf/shelf_window_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_window_mus.cc
diff --git a/ash/mus/bridge/wm_window_mus.cc b/ash/mus/bridge/wm_window_mus.cc
index 0418d4068f557cbe8801f3ac57dfa786223f7687..692441249c55c3585fab6bdbe440e85c185d1e3c 100644
--- a/ash/mus/bridge/wm_window_mus.cc
+++ b/ash/mus/bridge/wm_window_mus.cc
@@ -359,6 +359,14 @@ ShelfItemDetails* WmWindowMus::GetShelfItemDetails() {
return nullptr;
}
+void WmWindowMus::SetShelfItemDetails(const ShelfItemDetails& details) {
+ NOTIMPLEMENTED();
sky 2016/08/03 21:36:59 I encourage you to file bugs for these and referen
msw 2016/08/03 21:51:27 Done.
+}
+
+void WmWindowMus::ClearShelfItemDetails() {
+ NOTIMPLEMENTED();
+}
+
const wm::WindowState* WmWindowMus::GetWindowState() const {
return window_state_.get();
}
« no previous file with comments | « ash/mus/bridge/wm_window_mus.h ('k') | ash/shelf/shelf_window_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698