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

Unified Diff: ash/mus/shell_delegate_mus.cc

Issue 2791463002: mash: Remove ShelfDelegate; move functions to ShelfModel. (Closed)
Patch Set: Address comment. Created 3 years, 8 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/shell_delegate_mus.h ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/shell_delegate_mus.cc
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
index 63137bb378f4daae87aea5ccb66e4a4154154139..f0932ce7e5b20185ee9ac052a39283b9c0774a87 100644
--- a/ash/mus/shell_delegate_mus.cc
+++ b/ash/mus/shell_delegate_mus.cc
@@ -9,7 +9,6 @@
#include "ash/gpu_support_stub.h"
#include "ash/mus/accessibility_delegate_mus.h"
#include "ash/mus/context_menu_mus.h"
-#include "ash/mus/shelf_delegate_mus.h"
#include "ash/mus/system_tray_delegate_mus.h"
#include "ash/mus/wallpaper_delegate_mus.h"
#include "ash/palette_delegate.h"
@@ -103,8 +102,12 @@ void ShellDelegateMus::OpenUrlFromArc(const GURL& url) {
NOTIMPLEMENTED();
}
-ShelfDelegate* ShellDelegateMus::CreateShelfDelegate(ShelfModel* model) {
- return new ShelfDelegateMus();
+void ShellDelegateMus::ShelfInit() {
+ NOTIMPLEMENTED();
+}
+
+void ShellDelegateMus::ShelfShutdown() {
+ NOTIMPLEMENTED();
}
SystemTrayDelegate* ShellDelegateMus::CreateSystemTrayDelegate() {
« no previous file with comments | « ash/mus/shell_delegate_mus.h ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698