Index: chrome/browser/ui/views/toolbar/browser_actions_container.cc |
diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.cc b/chrome/browser/ui/views/toolbar/browser_actions_container.cc |
index 5ed94f3e2f00e37eb91ffd966dbf4b2c33d79a12..9e8bb477a26e3d89abc9e7ac7cca6a0f60364a80 100644 |
--- a/chrome/browser/ui/views/toolbar/browser_actions_container.cc |
+++ b/chrome/browser/ui/views/toolbar/browser_actions_container.cc |
@@ -686,6 +686,11 @@ void BrowserActionsContainer::TestSetIconVisibilityCount(size_t icons) { |
SchedulePaint(); |
} |
+extensions::ExtensionKeybindingRegistry* |
+BrowserActionsContainer::GetExtensionKeybindingRegistry() { |
+ return extension_keybinding_registry_.get(); |
+} |
+ |
void BrowserActionsContainer::OnPaint(gfx::Canvas* canvas) { |
// If the views haven't been initialized yet, wait for the next call to |
// paint (one will be triggered by entering highlight mode). |