| Index: chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc
|
| index 1f7fc174206884766e5788abb7a47238e1b8ac06..68515fe3f781b6e25dd2e0d06755b887559eb7ed 100644
|
| --- a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc
|
| @@ -306,7 +306,9 @@ void ChromeToMobileBubbleView::Init() {
|
| layout->AddView(send_);
|
| layout->AddView(cancel_);
|
|
|
| - AddAccelerator(ui::Accelerator(ui::VKEY_RETURN, ui::EF_NONE));
|
| + AddAccelerator(ui::Accelerator(ui::VKEY_RETURN,
|
| + ui::EF_NONE,
|
| + ui::ET_KEY_PRESSED));
|
| }
|
|
|
| ChromeToMobileBubbleView::ChromeToMobileBubbleView(views::View* anchor_view,
|
|
|