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

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

Issue 2271373002: mash: Port mojo:ash_sysui's ContextMenuMus to mojo:ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move factory ownership to WindowManagerApplication; to match AuraInit/ViewsDelegate. 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
Index: ash/mus/bridge/wm_shell_mus.cc
diff --git a/ash/mus/bridge/wm_shell_mus.cc b/ash/mus/bridge/wm_shell_mus.cc
index e2eb353e1b57e430b3afc5446e339fd99e6daf00..d39b65f9468abd34e8af7b72fde8e55357a4f89b 100644
--- a/ash/mus/bridge/wm_shell_mus.cc
+++ b/ash/mus/bridge/wm_shell_mus.cc
@@ -14,6 +14,7 @@
#include "ash/common/shell_observer.h"
#include "ash/common/shell_window_ids.h"
#include "ash/common/system/tray/default_system_tray_delegate.h"
+#include "ash/common/wallpaper/wallpaper_delegate.h"
#include "ash/common/wm/maximize_mode/maximize_mode_event_handler.h"
#include "ash/common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h"
#include "ash/common/wm/mru_window_tracker.h"
@@ -134,6 +135,9 @@ WmShellMus::WmShellMus(
// TODO(jamescook): Port ash::sysui::KeyboardUIMus and use it here.
SetKeyboardUI(KeyboardUI::Create());
+
+ // TODO(msw): Port WallpaperDelegateMus and support this (crbug.com/629605):
+ // wallpaper_delegate()->InitializeWallpaper();
}
WmShellMus::~WmShellMus() {
@@ -307,6 +311,7 @@ void WmShellMus::RecordTaskSwitchMetric(TaskSwitchSource source) {
void WmShellMus::ShowContextMenu(const gfx::Point& location_in_screen,
ui::MenuSourceType source_type) {
+ // TODO: http://crbug.com/640693.
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698