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

Side by Side Diff: ash/sysui/shell_delegate_mus.cc

Issue 2055053002: mash: Convert ash::ShellDelegate from aura::Window to WmWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movetrayupdate
Patch Set: rebase Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « ash/sysui/shell_delegate_mus.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ash/sysui/shell_delegate_mus.h" 5 #include "ash/sysui/shell_delegate_mus.h"
6 6
7 #include "ash/common/default_accessibility_delegate.h" 7 #include "ash/common/default_accessibility_delegate.h"
8 #include "ash/common/session/session_state_delegate.h" 8 #include "ash/common/session/session_state_delegate.h"
9 #include "ash/common/system/tray/default_system_tray_delegate.h" 9 #include "ash/common/system/tray/default_system_tray_delegate.h"
10 #include "ash/gpu_support_stub.h" 10 #include "ash/gpu_support_stub.h"
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 bool ShellDelegateMus::IsMultiProfilesEnabled() const { 121 bool ShellDelegateMus::IsMultiProfilesEnabled() const {
122 NOTIMPLEMENTED(); 122 NOTIMPLEMENTED();
123 return false; 123 return false;
124 } 124 }
125 125
126 bool ShellDelegateMus::IsRunningInForcedAppMode() const { 126 bool ShellDelegateMus::IsRunningInForcedAppMode() const {
127 NOTIMPLEMENTED(); 127 NOTIMPLEMENTED();
128 return false; 128 return false;
129 } 129 }
130 130
131 bool ShellDelegateMus::CanShowWindowForUser(aura::Window* window) const { 131 bool ShellDelegateMus::CanShowWindowForUser(WmWindow* window) const {
132 NOTIMPLEMENTED(); 132 NOTIMPLEMENTED();
133 return true; 133 return true;
134 } 134 }
135 135
136 bool ShellDelegateMus::IsForceMaximizeOnFirstRun() const { 136 bool ShellDelegateMus::IsForceMaximizeOnFirstRun() const {
137 NOTIMPLEMENTED(); 137 NOTIMPLEMENTED();
138 return false; 138 return false;
139 } 139 }
140 140
141 void ShellDelegateMus::PreInit() { 141 void ShellDelegateMus::PreInit() {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 return base::string16(); 234 return base::string16();
235 } 235 }
236 236
237 gfx::Image ShellDelegateMus::GetDeprecatedAcceleratorImage() const { 237 gfx::Image ShellDelegateMus::GetDeprecatedAcceleratorImage() const {
238 NOTIMPLEMENTED(); 238 NOTIMPLEMENTED();
239 return gfx::Image(); 239 return gfx::Image();
240 } 240 }
241 241
242 } // namespace sysui 242 } // namespace sysui
243 } // namespace ash 243 } // namespace ash
OLDNEW
« no previous file with comments | « ash/sysui/shell_delegate_mus.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698