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 a50a425d70c296a4b78c8407a13d2c894efbf31e..43c82292d6d360d5a4907d63efe6111ecb7fffd8 100644 |
--- a/chrome/browser/ui/gtk/browser_window_gtk.h |
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h |
@@ -263,6 +263,9 @@ class BrowserWindowGtk : public BrowserWindow, |
protected: |
virtual void DestroyBrowser() OVERRIDE; |
+ // Returns an instance of |BrowserTitlebar| to be used for this window. |
+ virtual BrowserTitlebar* CreateBrowserTitlebar(); |
+ |
// Checks to see if the mouse pointer at |x|, |y| is over the border of the |
// custom frame (a spot that should trigger a window resize). Returns true if |
// it should and sets |edge|. |