Chromium Code Reviews| Index: chrome/browser/chromeos/login/login_utils.h |
| diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h |
| index 52f2deb24dee13d7518a43bddf1a5dd391fb6abe..bccf8dc13e5ceadba67a789797bed4e63c6ff95a 100644 |
| --- a/chrome/browser/chromeos/login/login_utils.h |
| +++ b/chrome/browser/chromeos/login/login_utils.h |
| @@ -104,8 +104,10 @@ class LoginUtils { |
| // Initialize RLZ. |
| virtual void InitRlzDelayed(Profile* user_profile) = 0; |
| - // Initiates process of starting CertLoader for the user_profile. |
| - virtual void StartCertLoader(Profile* user_profile) = 0; |
| + // Gets the user's NSSDB and passes them to |CertLoader| and |
| + // |UserNetworkConfigurationUpdater|. Both of these are available for the |
| + // primary user only. |
| + virtual void InitNSSCertDatabaseUsers(Profile* user_profile) = 0; |
|
tbarzic
2014/02/04 23:44:56
I currently lack inspiration for a better name :(
|
| }; |
| } // namespace chromeos |