| Index: third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.h
|
| diff --git a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.h b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.h
|
| index b84fa50a1025b778d358eeaf8acaa2f6f90ea627..aab0d9e9a1b3d7e353bc60c392da4ded1b671553 100644
|
| --- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.h
|
| +++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.h
|
| @@ -45,9 +45,10 @@ class MODULES_EXPORT PasswordCredential final : public CredentialUserData {
|
| out = additional_data_;
|
| }
|
|
|
| + const String& password() const;
|
| +
|
| // Internal methods
|
| PassRefPtr<EncodedFormData> EncodeFormData(String& content_type) const;
|
| - const String& Password() const;
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|