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

Unified Diff: chrome/browser/ui/views/passwords/manage_password_item_view.h

Issue 578593002: Password bubble: get rid of hardcodeded sizes for username and password. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't touch model Created 6 years, 3 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/passwords/manage_password_item_view.h
diff --git a/chrome/browser/ui/views/passwords/manage_password_item_view.h b/chrome/browser/ui/views/passwords/manage_password_item_view.h
index 0b856dbc17daaf721348fc65cd12270b7f4ee32e..e018fdfacbf09dd39629af505f0d20d940f72179 100644
--- a/chrome/browser/ui/views/passwords/manage_password_item_view.h
+++ b/chrome/browser/ui/views/passwords/manage_password_item_view.h
@@ -24,7 +24,7 @@ class ManagePasswordItemView : public views::View {
public:
ManagePasswordItemView(
ManagePasswordsBubbleModel* manage_passwords_bubble_model,
- autofill::PasswordForm password_form,
+ const autofill::PasswordForm& password_form,
password_manager::ui::PasswordItemPosition position);
private:

Powered by Google App Engine
This is Rietveld 408576698