| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| index ce1dac723223e1973ca874920905a7aa69ba3673..632d7c911c5f2522856a95ca960b0c6c45e1e592 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -118,6 +118,7 @@ class BrowserWindowGtk : public BrowserWindow,
|
| virtual bool IsBookmarkBarAnimating() const OVERRIDE;
|
| virtual bool IsTabStripEditable() const OVERRIDE;
|
| virtual bool IsToolbarVisible() const OVERRIDE;
|
| + virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
|
| virtual bool IsPanel() const OVERRIDE;
|
| virtual void ConfirmAddSearchProvider(const TemplateURL* template_url,
|
| Profile* profile) OVERRIDE;
|
|
|