diff options
Diffstat (limited to 'chrome/browser/ui/browser_window.h')
-rw-r--r-- | chrome/browser/ui/browser_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h index 5fa6ddf..2802afb 100644 --- a/chrome/browser/ui/browser_window.h +++ b/chrome/browser/ui/browser_window.h @@ -96,7 +96,7 @@ class BrowserWindow { // selected tab. // TODO(beng): Remove. Infobars/Boomarks bars should talk directly to // BrowserView. - virtual void SelectedTabToolbarSizeChanged(bool is_animating) = 0; + virtual void ToolbarSizeChanged(bool is_animating) = 0; // Inform the frame that the selected tab favicon or title has changed. Some // frames may need to refresh their title bar. |