| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index 45c2807af8801c166c0b81b2e0c9c301c848de44..f8855a7fdc105332b4c6ac5df6be187fd60f6e13 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -169,9 +169,10 @@ class ASH_EXPORT RootWindowController {
|
| // Force the shelf to query for it's current visibility state.
|
| void UpdateShelfVisibility();
|
|
|
| - // Returns true if the active workspace is in immersive mode. Exposed here
|
| - // so clients of Ash don't need to know the details of workspace management.
|
| - bool IsImmersiveMode() const;
|
| + // Returns the window, if any, which is in fullscreen mode in the active
|
| + // workspace. Exposed here so clients of Ash don't need to know the details
|
| + // of workspace management.
|
| + aura::Window* GetFullscreenWindow() const;
|
|
|
| private:
|
| // Creates each of the special window containers that holds windows of various
|
|
|