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

Unified Diff: chrome/browser/gtk/browser_toolbar_gtk.h

Issue 42190: Linux accelerators cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/gtk/browser_toolbar_gtk.h
===================================================================
--- chrome/browser/gtk/browser_toolbar_gtk.h (revision 11738)
+++ chrome/browser/gtk/browser_toolbar_gtk.h (working copy)
@@ -36,8 +36,9 @@
explicit BrowserToolbarGtk(Browser* browser);
virtual ~BrowserToolbarGtk();
- // Create the contents of the toolbar
- void Init(Profile* profile, GtkAccelGroup* accel_group);
+ // Create the contents of the toolbar. |top_level_window| is the GtkWindow
+ // to which we attach our accelerators.
+ void Init(Profile* profile, GtkWindow* top_level_window);
// Adds this GTK toolbar into a sizing box.
void AddToolbarToBox(GtkWidget* box);

Powered by Google App Engine
This is Rietveld 408576698