| Index: components/password_manager/core/browser/password_autofill_manager.h
|
| diff --git a/components/password_manager/core/browser/password_autofill_manager.h b/components/password_manager/core/browser/password_autofill_manager.h
|
| index f3d4f5d7319c94eba7941b94e133f64375d587a4..88420c9a279f905aad27da8bf8ca5676aa50699d 100644
|
| --- a/components/password_manager/core/browser/password_autofill_manager.h
|
| +++ b/components/password_manager/core/browser/password_autofill_manager.h
|
| @@ -44,10 +44,11 @@
|
|
|
| // Handles a request from the renderer to show a popup with the given
|
| // |suggestions| from the password manager.
|
| - void OnShowPasswordSuggestions(const autofill::FormFieldData& field,
|
| - const base::string16& typed_username,
|
| - bool show_all,
|
| - const gfx::RectF& bounds);
|
| + void OnShowPasswordSuggestions(
|
| + const autofill::FormFieldData& field,
|
| + const gfx::RectF& bounds,
|
| + const std::vector<base::string16>& suggestions,
|
| + const std::vector<base::string16>& realms);
|
|
|
| // Invoked to clear any page specific cached values.
|
| void Reset();
|
|
|