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

Unified Diff: ash/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/public/cpp/config.h ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 8da1f6a1a11417e5189089048cf0b65eed999ac6..b9dc96ff91b337d816b02d890c497e95d99edd3f 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -116,7 +116,6 @@ class LaserPointerController;
class LinkHandlerModelFactory;
class LocaleNotificationController;
class LockStateController;
-enum class LoginStatus;
class LogoutConfirmationController;
class MagnificationController;
class MaximizeModeController;
@@ -175,6 +174,9 @@ class WindowTreeHostManager;
class WmShell;
class WmWindow;
+enum class Config;
+enum class LoginStatus;
+
namespace shell {
class WindowWatcher;
}
@@ -261,6 +263,8 @@ class ASH_EXPORT Shell : public SessionStateObserver,
return window_manager_client_;
}
+ static Config GetConfig();
+
// Creates a default views::NonClientFrameView for use by windows in the
// Ash environment.
views::NonClientFrameView* CreateDefaultNonClientFrameView(
« no previous file with comments | « ash/public/cpp/config.h ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698