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

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

Issue 737043002: Register CRLSet for the guest user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 4f043cb3bda0f58f6cb0cd262cd0fb6f8a13d747..401b697615cab9ce70263e2f32dd6dee17a21f52 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.h
+++ b/chrome/browser/chromeos/login/session/user_session_manager.h
@@ -144,6 +144,9 @@ class UserSessionManager
// and start certificate loader with it.
void InitializeCerts(Profile* profile);
+ // Starts loading CRL set.
+ void InitializeCRLSetFetcher(const user_manager::User* user);
+
// Invoked when the user is logging in for the first time, or is logging in to
// an ephemeral session type, such as guest or a public session.
void SetFirstLoginPrefs(Profile* profile,
@@ -278,9 +281,6 @@ class UserSessionManager
// Initializes RLZ. If |disabled| is true, RLZ pings are disabled.
void InitRlzImpl(Profile* profile, bool disabled);
- // Starts loading CRL set.
- void InitializeCRLSetFetcher(const user_manager::User* user);
-
// Callback to process RetrieveActiveSessions() request results.
void OnRestoreActiveSessions(
const SessionManagerClient::ActiveSessionsMap& sessions,
« 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