Commit c69e3a94 authored by Nick Diego Yamane's avatar Nick Diego Yamane Committed by Commit Bot

Fix typo in browser_window.h

R=sky@chromium.org

Bug: None
Change-Id: Ie3ce9e126def94576b078c27063048917948b299
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353111
Auto-Submit: Nick Yamane <nickdiego@igalia.com>
Commit-Queue: Scott Violet <sky@chromium.org>
Reviewed-by: default avatarScott Violet <sky@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797480}
parent 7bf5ab18
...@@ -301,7 +301,7 @@ class BrowserWindow : public ui::BaseWindow { ...@@ -301,7 +301,7 @@ class BrowserWindow : public ui::BaseWindow {
// Called from toolbar subviews during their show/hide animations. // Called from toolbar subviews during their show/hide animations.
virtual void ToolbarSizeChanged(bool is_animating) = 0; virtual void ToolbarSizeChanged(bool is_animating) = 0;
// Called when the accociated window's tab dragging status changed. // Called when the associated window's tab dragging status changed.
virtual void TabDraggingStatusChanged(bool is_dragging) = 0; virtual void TabDraggingStatusChanged(bool is_dragging) = 0;
// Focuses the app menu like it was a menu bar. // Focuses the app menu like it was a menu bar.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment