| Index: chrome/browser/ui/gtk/browser_window_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| index 0d79bd16a9bcbcb0d69eeee315a6eb4148096f11..01e2b00193fc4188723717254dc3e61bab97fd11 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
|
| @@ -1822,7 +1822,8 @@ void BrowserWindowGtk::InitWidgets() {
|
|
|
| // Add the keybinding registry, now that the window has been realized.
|
| extension_keybinding_registry_.reset(
|
| - new ExtensionKeybindingRegistryGtk(browser_->profile(), window_));
|
| + new ExtensionKeybindingRegistryGtk(browser_->profile(), window_,
|
| + extensions::ExtensionKeybindingRegistry::ALL_EXTENSIONS));
|
|
|
| // We have to call this after the first window is created, but after that only
|
| // when the theme changes. This sets the icon that will be used for windows
|
|
|