| Index: chrome/browser/extensions/extension_commands_global_registry.cc
|
| diff --git a/chrome/browser/extensions/extension_commands_global_registry.cc b/chrome/browser/extensions/extension_commands_global_registry.cc
|
| index 1982addbe9c5be19b611a1cb0a0d9b452a797cab..7730ae4ca1b51dd01d7621283d951cdc62d7076b 100644
|
| --- a/chrome/browser/extensions/extension_commands_global_registry.cc
|
| +++ b/chrome/browser/extensions/extension_commands_global_registry.cc
|
| @@ -16,7 +16,8 @@ ExtensionCommandsGlobalRegistry::ExtensionCommandsGlobalRegistry(
|
| : ExtensionKeybindingRegistry(context,
|
| ExtensionKeybindingRegistry::ALL_EXTENSIONS,
|
| NULL),
|
| - browser_context_(context) {
|
| + browser_context_(context),
|
| + active_registry_(NULL) {
|
| Init();
|
| }
|
|
|
|
|