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

Unified Diff: chrome/browser/chromeos/login/session/user_session_manager.h

Issue 460423002: Fix CertLoader initialization on browser restart. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing parantheses. Created 6 years, 4 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
« no previous file with comments | « chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/session/user_session_manager.h
diff --git a/chrome/browser/chromeos/login/session/user_session_manager.h b/chrome/browser/chromeos/login/session/user_session_manager.h
index 7a5448b8a9b1d34c1be75ca39fefb18e6a20f9e0..e32e0cd1f35f986d6b11fd4049f5a91c15a95b0d 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.h
+++ b/chrome/browser/chromeos/login/session/user_session_manager.h
@@ -98,6 +98,10 @@ class UserSessionManager
// Initialize RLZ.
void InitRlz(Profile* profile);
+ // Get the NSS cert database for the user represented with |profile|
+ // and start certificate loader with it.
+ void InitializeCerts(Profile* profile);
+
// TODO(nkostylev): Drop these methods once LoginUtilsImpl::AttemptRestart()
// is migrated.
OAuth2LoginManager::SessionRestoreStrategy GetSigninSessionRestoreStrategy();
@@ -199,10 +203,6 @@ class UserSessionManager
// Initializes RLZ. If |disabled| is true, RLZ pings are disabled.
void InitRlzImpl(Profile* profile, bool disabled);
- // Get the NSS cert database for the user represented with |profile|
- // and start certificate loader with it.
- void InitializeCerts(Profile* profile);
-
// Starts loading CRL set.
void InitializeCRLSetFetcher(const user_manager::User* user);
« no previous file with comments | « chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698