| Index: components/autofill/content/renderer/password_form_conversion_utils.h
|
| diff --git a/components/autofill/content/renderer/password_form_conversion_utils.h b/components/autofill/content/renderer/password_form_conversion_utils.h
|
| index 77358e47c34bc15e2e71b39086f4b3804c1efc3e..0cebba2f265020f30360f9406c6e742da33beff8 100644
|
| --- a/components/autofill/content/renderer/password_form_conversion_utils.h
|
| +++ b/components/autofill/content/renderer/password_form_conversion_utils.h
|
| @@ -72,6 +72,9 @@ bool HasCreditCardAutocompleteAttributes(const blink::WebInputElement& element);
|
| // credit card verification field.
|
| bool IsCreditCardVerificationPasswordField(const blink::WebInputElement& field);
|
|
|
| +// The "Realm" for the sign-on. This is scheme, host, port.
|
| +std::string GetSignOnRealm(const GURL& origin);
|
| +
|
| } // namespace autofill
|
|
|
| #endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_FORM_CONVERSION_UTILS_H__
|
|
|