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

Unified Diff: ash/aura/wm_shell_aura.cc

Issue 2381753002: Use mojo SystemTray interfaces for both mash and classic ash (Closed)
Patch Set: Restructure based on feedback Created 4 years, 3 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/aura/wm_shell_aura.cc
diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
index 9d112c51d3804fe69d0474526f653344a57d4e9b..a34cc4c6b2d343b425b5b703cad5d86a1120f9fe 100644
--- a/ash/aura/wm_shell_aura.cc
+++ b/ash/aura/wm_shell_aura.cc
@@ -77,6 +77,10 @@ void WmShellAura::Shutdown() {
WmShell::Shutdown();
}
+bool WmShellAura::IsRunningInMash() const {
+ return false;
+}
+
WmWindow* WmShellAura::NewWindow(ui::wm::WindowType window_type,
ui::LayerType layer_type) {
aura::Window* aura_window = new aura::Window(nullptr);

Powered by Google App Engine
This is Rietveld 408576698