| Index: third_party/WebKit/Source/platform/credentialmanager/PlatformPasswordCredential.h
|
| diff --git a/third_party/WebKit/Source/platform/credentialmanager/PlatformPasswordCredential.h b/third_party/WebKit/Source/platform/credentialmanager/PlatformPasswordCredential.h
|
| index b8503000ae8a513b12f732d21738aa4549b819d1..28ec05d291b341d6f0e0868e883c02442afdc334 100644
|
| --- a/third_party/WebKit/Source/platform/credentialmanager/PlatformPasswordCredential.h
|
| +++ b/third_party/WebKit/Source/platform/credentialmanager/PlatformPasswordCredential.h
|
| @@ -23,6 +23,7 @@ class PLATFORM_EXPORT PlatformPasswordCredential final
|
| ~PlatformPasswordCredential() override;
|
|
|
| const String& Password() const { return password_; }
|
| + void SetPassword(const String& password) { password_ = password; }
|
|
|
| bool IsPassword() override { return true; }
|
|
|
|
|