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

Unified Diff: ash/common/wm_shell.h

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_shell.h
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
index 8cd142f4ca3a16a14d9dc0bf8b73893c4bfec3ac..3a34e364139bc846f97dccab6e4602c15ce4d265 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -70,6 +70,8 @@ class ASH_EXPORT WmShell {
// Returns true if |window| can be shown for the current user. This is
// intended to check if the current user matches the user associated with
// |window|.
+ // TODO(jamescook): Remove this when ShellDelegate is accessible via this
+ // interface.
virtual bool CanShowWindowForUser(WmWindow* window) = 0;
// See aura::client::CursorClient for details on these.
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/shell/shell_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698