Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: chrome/browser/ui/views/autofill/autofill_popup_view_views.h

Issue 870833002: [android] Autofill popup behavior fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update expectations of old test and add a new test. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/autofill/autofill_popup_view_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
index cd2d95e35dd307ef4860cdbcd5b481b7962013a6..e7f09b577bb8f66a613e9784a313b69e0cf9fb85 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_popup_view_views.h
@@ -16,11 +16,8 @@ namespace autofill {
class AutofillPopupViewViews : public AutofillPopupBaseView,
public AutofillPopupView {
public:
- // The observing widget should be the top level widget for the native
- // view, which we need to listen to for several signals that indicate the
- // popup should be closed.
AutofillPopupViewViews(AutofillPopupController* controller,
- views::Widget* observing_widget);
+ views::FocusManager* focus_manager);
private:
~AutofillPopupViewViews() override;

Powered by Google App Engine
This is Rietveld 408576698