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 93412e81b0615b381d23a0bdc688b83725320969..7f693342e07144248394af650ed10192579a5e83 100644 |
--- a/chrome/browser/ui/views/frame/immersive_mode_controller_ash.h |
+++ b/chrome/browser/ui/views/frame/immersive_mode_controller_ash.h |
@@ -57,8 +57,9 @@ class ImmersiveModeControllerAsh |
// consuming all touch events sent to it. |
void SetRenderWindowTopInsetsForTouch(int top_inset); |
- // Sets whether the tab strip is painted in a short "light bar" style. |
- void SetTabIndicatorsVisible(bool visible); |
+ // Updates whether the tab strip is painted in a short "light bar" style. |
+ // Returns true if the visibility of the tab indicators has changed. |
+ bool UpdateTabIndicators(); |
// ImmersiveFullscreenController::Delegate overrides: |
virtual void OnImmersiveRevealStarted() OVERRIDE; |