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

Unified Diff: chrome/browser/ui/views/autofill/password_generation_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/password_generation_popup_view_views.h
diff --git a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
index d5286aaf69ed2b402b76b84b9e327842ff0948a4..ac6cc847c5e7af43bccfc1a6b0a305670dd619c8 100644
--- a/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
+++ b/chrome/browser/ui/views/autofill/password_generation_popup_view_views.h
@@ -25,7 +25,7 @@ class PasswordGenerationPopupViewViews : public AutofillPopupBaseView,
public:
PasswordGenerationPopupViewViews(
PasswordGenerationPopupController* controller,
- views::Widget* observing_widget);
+ views::FocusManager* focus_manager);
// PasswordGenerationPopupView implementation
void Show() override;

Powered by Google App Engine
This is Rietveld 408576698