Index: ash/shell.h |
diff --git a/ash/shell.h b/ash/shell.h |
index 18176c7afb71f6ffd9394cd25bfb5579db2992bb..429d7c22d3554ffe016dc140233e984dd4d4b11a 100644 |
--- a/ash/shell.h |
+++ b/ash/shell.h |
@@ -269,10 +269,6 @@ |
// 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( |