| Index: chrome/common/extensions/command.cc
|
| diff --git a/chrome/common/extensions/command.cc b/chrome/common/extensions/command.cc
|
| index 8751a57d4727032a2591908235829dda55e3249f..b935686659e9f201303c8785a8409d89036cd795 100644
|
| --- a/chrome/common/extensions/command.cc
|
| +++ b/chrome/common/extensions/command.cc
|
| @@ -97,7 +97,7 @@ ui::Accelerator Command::ParseImpl(
|
| return ui::Accelerator();
|
| }
|
|
|
| - return ui::Accelerator(key, modifiers);
|
| + return ui::Accelerator(key, modifiers, ui::ET_KEY_PRESSED);
|
| }
|
|
|
| // static
|
|
|