| Index: chrome/browser/ui/views/dropdown_bar_host.cc | 
| =================================================================== | 
| --- chrome/browser/ui/views/dropdown_bar_host.cc	(revision 123221) | 
| +++ chrome/browser/ui/views/dropdown_bar_host.cc	(working copy) | 
| @@ -339,7 +339,8 @@ | 
| void DropdownBarHost::RegisterAccelerators() { | 
| DCHECK(!esc_accel_target_registered_); | 
| ui::Accelerator escape(ui::VKEY_ESCAPE, false, false, false); | 
| -  focus_manager_->RegisterAccelerator(escape, this); | 
| +  focus_manager_->RegisterAccelerator( | 
| +      escape, ui::AcceleratorManager::kNormalPriority, this); | 
| esc_accel_target_registered_ = true; | 
| } | 
|  | 
|  |