| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index 571efb96ff190c921eab652e417edb9cf66ee1e5..07f08b4c1997d63dc38faddf7b61b9b5692099bf 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -108,9 +108,6 @@ class ASH_EXPORT RootWindowController {
|
| // Deletes all child windows and performs necessary cleanup.
|
| void CloseChildWindows();
|
|
|
| - // Returns true if the workspace has a maximized or fullscreen window.
|
| - bool IsInMaximizedMode() const;
|
| -
|
| // Moves child windows to |dest|.
|
| void MoveWindowsTo(aura::RootWindow* dest);
|
|
|
|
|