Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: chrome/browser/chromeos/login/login_utils.h

Issue 148183013: Use per-user nssdb in onc certificate importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698