diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ash/shell.h b/ash/shell.h index 1b659b8..7e3fab3c 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -425,6 +425,7 @@ class ASH_EXPORT Shell void DoInitialWorkspaceAnimation(); #if defined(OS_CHROMEOS) + // TODO(oshima): Move these objects to DisplayController. chromeos::OutputConfigurator* output_configurator() { return output_configurator_.get(); } @@ -466,11 +467,6 @@ class ASH_EXPORT Shell // can host browser windows. void InitRootWindowController(internal::RootWindowController* root); - // Initializes the layout managers and event filters specific for - // primary display. - void InitLayoutManagersForPrimaryDisplay( - internal::RootWindowController* root_window_controller); - // ash::internal::SystemModalContainerEventFilterDelegate overrides: virtual bool CanWindowReceiveEvents(aura::Window* window) OVERRIDE; |