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

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

Issue 10209037: Add key modifier to minimize/restore button click to minimize/restore-all panels for GTK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_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);

Powered by Google App Engine
This is Rietveld 408576698