| Index: chrome/browser/ui/gtk/browser_titlebar.h
|
| diff --git a/chrome/browser/ui/gtk/browser_titlebar.h b/chrome/browser/ui/gtk/browser_titlebar.h
|
| index 5ebea9159796e6aa84147fa54b14a228090f1079..9e64f8754b358444a656b875ef6a0f9b1f02a6a5 100644
|
| --- a/chrome/browser/ui/gtk/browser_titlebar.h
|
| +++ b/chrome/browser/ui/gtk/browser_titlebar.h
|
| @@ -53,7 +53,7 @@ class BrowserTitlebar : public content::NotificationObserver,
|
| // Build the titlebar, the space above the tab strip, and (maybe) the min,
|
| // max, close buttons. |container_| is the gtk container that we put the
|
| // widget into.
|
| - void Init();
|
| + virtual void Init();
|
|
|
| // Builds the buttons based on the metacity |button_string|.
|
| void BuildButtons(const std::string& button_string);
|
|
|