| Index: chrome/browser/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/gtk/browser_window_gtk.h b/chrome/browser/gtk/browser_window_gtk.h
|
| index 280d7b9e14243c3a6f550929a9ddeb2e29a83e7b..3e60df8acc4d42598231ffc88de0859b2ec39a21 100644
|
| --- a/chrome/browser/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/gtk/browser_window_gtk.h
|
| @@ -330,6 +330,8 @@ class BrowserWindowGtk : public BrowserWindow,
|
| // custom frame border. We set it to NULL if we want the default cursor.
|
| GdkCursor* frame_cursor_;
|
|
|
| + GtkAccelGroup* accel_group_;
|
| +
|
| // True if the window manager thinks the window is active. Not all window
|
| // managers keep track of this state (_NET_ACTIVE_WINDOW), in which case
|
| // this will always be true.
|
|
|