| Index: crypto/nss_util_internal.h
|
| diff --git a/crypto/nss_util_internal.h b/crypto/nss_util_internal.h
|
| index 839d7ba76da5cc936b6a000171edc09ced695a42..f321343d9564904251dc5a25944266cba4af2855 100644
|
| --- a/crypto/nss_util_internal.h
|
| +++ b/crypto/nss_util_internal.h
|
| @@ -64,7 +64,6 @@ CRYPTO_EXPORT_PRIVATE void SetSystemKeySlotForTesting(ScopedPK11Slot slot);
|
| // Prepare per-user NSS slot mapping. It is safe to call this function multiple
|
| // times. Returns true if the user was added, or false if it already existed.
|
| CRYPTO_EXPORT bool InitializeNSSForChromeOSUser(
|
| - const std::string& email,
|
| const std::string& username_hash,
|
| const base::FilePath& path);
|
|
|
|
|