Index: chrome/browser/ui/views/toolbar/browser_actions_container.h |
diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.h b/chrome/browser/ui/views/toolbar/browser_actions_container.h |
index f3702c5aa560c5c1824198a68836a2d4c9d4e201..0e5b16e7da899fbb780e0e9f01eec7d9ab6824dd 100644 |
--- a/chrome/browser/ui/views/toolbar/browser_actions_container.h |
+++ b/chrome/browser/ui/views/toolbar/browser_actions_container.h |
@@ -248,6 +248,9 @@ class BrowserActionsContainer |
// unit tests. |
void TestSetIconVisibilityCount(size_t icons); |
+ // The class that registers for keyboard shortcuts for extension commands. |
+ extensions::ExtensionKeybindingRegistry* GetExtensionKeybindingRegistry(); |
Devlin
2014/09/11 19:48:48
This should go with the other simple accessors. N
|
+ |
// During testing we can disable animations by setting this flag to true, |
// so that the bar resizes instantly, instead of having to poll it while it |
// animates to open/closed status. |