Chromium Code Reviews| Index: ui/aura/root_window_host.h |
| diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h |
| index 65a3f196d12df031fe9ab6c6c5c121d71a6b600d..74502bfa128d00f5968a3198b9940180d44f4a46 100644 |
| --- a/ui/aura/root_window_host.h |
| +++ b/ui/aura/root_window_host.h |
| @@ -50,6 +50,9 @@ class RootWindowHost { |
| // Shows the RootWindowHost. |
| virtual void Show() = 0; |
| + // Hides the RootWindowHost. |
| + virtual void Hide() = 0; |
| + |
| // Toggles the host's full screen state. |
| virtual void ToggleFullScreen() = 0; |