| Index: components/os_crypt/key_storage_linux.h
|
| diff --git a/components/os_crypt/key_storage_linux.h b/components/os_crypt/key_storage_linux.h
|
| index b8ef53bcf1c1e1cf1f4ceb5128855f41a5510402..d7140232e31f8e31ab01e444d3049979fd48dd17 100644
|
| --- a/components/os_crypt/key_storage_linux.h
|
| +++ b/components/os_crypt/key_storage_linux.h
|
| @@ -20,6 +20,9 @@ class KeyStorageLinux {
|
| // Force OSCrypt to use a specific linux password store.
|
| static void SetStore(const std::string& store_type);
|
|
|
| + // The product name to use for permission prompts.
|
| + static void SetProductName(const std::string& product_name);
|
| +
|
| // Tries to load the appropriate key storage. Returns null if none succeed.
|
| static std::unique_ptr<KeyStorageLinux> CreateService();
|
|
|
|
|