Chromium Code Reviews| Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
| diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
| index 92d084b263b6047572ad88e7a03d0652902a1a0f..7aaf323c7214f142daef0b8e9391e8b1325f0c4d 100644 |
| --- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
| +++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
| @@ -547,6 +547,7 @@ void AutofillDialogViews::AccountChooser::OnMouseReleased( |
| NULL, |
| GetBoundsInScreen(), |
| views::MenuItemView::TOPRIGHT, |
| + ui::MENU_SOURCE_NONE, |
|
sky
2013/06/17 16:08:19
Two things, I suspect this should really be contex
varunjain
2013/06/17 20:13:55
Done.
|
| 0)); |
| } |
| @@ -1300,6 +1301,7 @@ void AutofillDialogViews::ButtonPressed(views::Button* sender, |
| NULL, |
| bounds, |
| views::MenuItemView::TOPRIGHT, |
| + ui::MENU_SOURCE_NONE, |
| 0)); |
| group->container->SetActive(false); |
| group->suggested_button->SetState(state); |