| Index: chrome/browser/gtk/bookmark_manager_gtk.h
|
| diff --git a/chrome/browser/gtk/bookmark_manager_gtk.h b/chrome/browser/gtk/bookmark_manager_gtk.h
|
| index c8df6b3107c39a4ebe5f4ed7040acf1aa794a7f7..c86150cf86cc8af2c2783ef8d51f96d140d30057 100644
|
| --- a/chrome/browser/gtk/bookmark_manager_gtk.h
|
| +++ b/chrome/browser/gtk/bookmark_manager_gtk.h
|
| @@ -340,6 +340,8 @@ class BookmarkManagerGtk : public BookmarkModelObserver,
|
| // This is used to avoid recursively calling our right click handler. It is
|
| // only true when a right click is already being handled.
|
| bool ignore_rightclicks_;
|
| +
|
| + GtkAccelGroup* accel_group_;
|
| };
|
|
|
| #endif // CHROME_BROWSER_GTK_BOOKMARK_MANAGER_GTK_H_
|
|
|