| 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 e264133df7a9d5d43bb56d7aedf5432192c1e318..facccefd9ad72b8de65c8ac719b362190e3b87f9 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -62,10 +62,6 @@ class BrowserWindowGtk : public BrowserWindow,
|
| // functions during initialization.
|
| virtual void Init();
|
|
|
| - // Shows the settings menu when the settings button, if present, is clicked.
|
| - // This is currently only used in panel window.
|
| - virtual void ShowSettingsMenu(GtkWidget* widget, GdkEventButton* event);
|
| -
|
| // Allows for a derived class to decorate title text with pango markup.
|
| // Returns the type of text used for title.
|
| virtual TitleDecoration GetWindowTitle(std::string* title) const;
|
|
|