| Index: components/autofill/content/renderer/password_autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
|
| index 9f070f358b8419d2cb33f3112f50cb75261f1870..66de52030f8204d8f368593cdb9dc28ce1f94b27 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -56,7 +56,8 @@ class PasswordAutofillAgent : public content::RenderFrameObserver {
|
| // values. Returns true if the fields were previewed, false otherwise.
|
| bool PreviewSuggestion(const blink::WebNode& node,
|
| const blink::WebString& username,
|
| - const blink::WebString& password);
|
| + const blink::WebString& password,
|
| + int match_start);
|
|
|
| // Clears the preview for the username and password fields, restoring both to
|
| // their previous filled state. Return false if no login information was
|
|
|