| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 46891feb1e1f483ce24ab6f813b2a519607c80b2..c61fda3fd565248db0cc628ae2b09d06cdec14bb 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -304,7 +304,7 @@ void StartNSSInitOnIOThread(const std::string& username,
|
| << " hash:" << username_hash;
|
|
|
| // Make sure NSS is initialized for the user.
|
| - crypto::InitializeNSSForChromeOSUser(username, username_hash, path);
|
| + crypto::InitializeNSSForChromeOSUser(username_hash, path);
|
|
|
| // Check if it's OK to initialize TPM for the user before continuing. This
|
| // may not be the case if the TPM slot initialization was previously
|
|
|