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

Unified Diff: chrome/browser/password_manager/password_generation_manager.h

Issue 147533005: [Password Generation] Update UI to match final mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replace_password_generation_ui
Patch Set: Created 6 years, 10 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/password_manager/password_generation_manager.h
diff --git a/chrome/browser/password_manager/password_generation_manager.h b/chrome/browser/password_manager/password_generation_manager.h
index 62d827a79d37f33237ea2bcdf3c76ce33f4ab8b9..11d80a17ecb5d323ed8f191bbcc961983b611d13 100644
--- a/chrome/browser/password_manager/password_generation_manager.h
+++ b/chrome/browser/password_manager/password_generation_manager.h
@@ -73,7 +73,8 @@ class PasswordGenerationManager {
const autofill::PasswordForm& form);
// Causes the password editing UI to be shown anchored at |element_bounds|.
- void OnShowPasswordEditingPopup(const gfx::RectF& element_bounds);
+ void OnShowPasswordEditingPopup(const gfx::RectF& element_bounds,
+ const autofill::PasswordForm& form);
// Hides any visible UI.
void OnHidePasswordGenerationPopup();

Powered by Google App Engine
This is Rietveld 408576698