Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8174)

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.h

Issue 9956145: Remove wrench button from panel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698