Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7983)

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.mm

Issue 10911020: Enable commands API for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/browser_window_controller.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm
index e24596655924da14435cb0dfd66bdc71a29f00c5..18be979dc63ce046870c41227fe607933becf37f 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.mm
+++ b/chrome/browser/ui/cocoa/browser_window_controller.mm
@@ -417,7 +417,8 @@ enum {
extension_keybinding_registry_.reset(
new ExtensionKeybindingRegistryCocoa(browser_->profile(),
- [self window]));
+ [self window],
+ extensions::ExtensionKeybindingRegistry::ALL_EXTENSIONS));
// We are done initializing now.
initializing_ = NO;

Powered by Google App Engine
This is Rietveld 408576698