| 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 c98051c45e07ed38b3c0e47203582271a63bc6e5..b0ef35f7e1df678e200656e248e51500e24317e5 100644
|
| --- a/chrome/browser/extensions/extension_commands_global_registry.cc
|
| +++ b/chrome/browser/extensions/extension_commands_global_registry.cc
|
| @@ -83,10 +83,6 @@ void ExtensionCommandsGlobalRegistry::AddExtensionKeybindings(
|
| continue;
|
| const ui::Accelerator& accelerator = iter->second.accelerator();
|
|
|
| - VLOG(0) << "Adding global keybinding for " << extension->name().c_str()
|
| - << " " << command_name.c_str()
|
| - << " key: " << accelerator.GetShortcutText();
|
| -
|
| if (!IsAcceleratorRegistered(accelerator)) {
|
| if (!GlobalShortcutListener::GetInstance()->RegisterAccelerator(
|
| accelerator, this))
|
|
|