| Index: chrome/browser/ui/views/frame/immersive_mode_controller_ash.h
|
| diff --git a/chrome/browser/ui/views/frame/immersive_mode_controller_ash.h b/chrome/browser/ui/views/frame/immersive_mode_controller_ash.h
|
| index 29c7bc9ded08cd9fbad4e4dcbccdf06f742e4a52..b123738370e679174ba5783364e8bb1041b21179 100644
|
| --- a/chrome/browser/ui/views/frame/immersive_mode_controller_ash.h
|
| +++ b/chrome/browser/ui/views/frame/immersive_mode_controller_ash.h
|
| @@ -148,9 +148,8 @@ class ImmersiveModeControllerAsh : public ImmersiveModeController,
|
| // Enables or disables layer-based painting to allow smooth animations.
|
| void EnablePaintToLayer(bool enable);
|
|
|
| - // Updates layout for |browser_view_| including window caption controls and
|
| - // tab strip style |immersive_style|.
|
| - void LayoutBrowserView(bool immersive_style);
|
| + // Updates the browser root view's layout including window caption controls.
|
| + void LayoutBrowserRootView();
|
|
|
| // Called when the animation to slide open the top-of-window views has
|
| // completed.
|
|
|