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

Unified Diff: ash/shell.h

Issue 2901563002: chromeos: adds TouchDeviceServer and wires up in mushrome (Closed)
Patch Set: no temporary Created 3 years, 7 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/mus/touch_transform_setter_mus.cc ('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 429d7c22d3554ffe016dc140233e984dd4d4b11a..18176c7afb71f6ffd9394cd25bfb5579db2992bb 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -269,6 +269,10 @@ class ASH_EXPORT Shell : public SessionObserver,
// Registers all ash related prefs to the given |registry|.
static void RegisterPrefs(PrefRegistrySimple* registry);
+ // Returns true if simplified display management should be enabled.
+ // TODO(sky): remove this; temporary until http://crbug.com/718860 is done.
+ static bool ShouldEnableSimplifiedDisplayManagement();
+
// Creates a default views::NonClientFrameView for use by windows in the
// Ash environment.
views::NonClientFrameView* CreateDefaultNonClientFrameView(
« no previous file with comments | « ash/mus/touch_transform_setter_mus.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698