| Index: components/os_crypt/key_storage_libsecret.h
|
| diff --git a/components/os_crypt/key_storage_libsecret.h b/components/os_crypt/key_storage_libsecret.h
|
| index 4899be8205b290264e402dc4d3ed9edbcfe8e599..2560b5440bbdb2c3a23394a58583b0bdd4d7fbc4 100644
|
| --- a/components/os_crypt/key_storage_libsecret.h
|
| +++ b/components/os_crypt/key_storage_libsecret.h
|
| @@ -24,6 +24,8 @@ class KeyStorageLibsecret : public KeyStorageLinux {
|
| bool Init() override;
|
|
|
| private:
|
| + std::string AddRandomPasswordInLibsecret();
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(KeyStorageLibsecret);
|
| };
|
|
|
|
|