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

Unified Diff: ash/common/wm_shell.h

Issue 2777223002: Gets chrome --mus some what working (Closed)
Patch Set: fix mac Created 3 years, 9 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/mus/bridge/wm_shell_mus.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 c930a90952e1f1ebf7c7a4fcb5b38ce9fbdd1f36..c61089267f064e8387af8eea8acfad02b6f73dd0 100644
--- a/ash/common/wm_shell.h
+++ b/ash/common/wm_shell.h
@@ -50,6 +50,7 @@ class WmDisplayObserver;
class WmWindow;
class WorkspaceEventHandler;
+enum class Config;
enum class LoginStatus;
enum class TaskSwitchSource;
@@ -69,7 +70,9 @@ class ASH_EXPORT WmShell {
virtual void Shutdown();
// Returns true when ash is running as a service_manager::Service.
+ // TODO(sky): remove and convert to GetConfig().
virtual bool IsRunningInMash() const = 0;
+ virtual Config GetConfig() const = 0;
virtual WmWindow* GetFocusedWindow() = 0;
virtual WmWindow* GetActiveWindow() = 0;
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/mus/bridge/wm_shell_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698