| 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(
|
|
|