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

Unified Diff: chrome/browser/chromeos/login/session/chrome_session_manager.cc

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 | « no previous file | chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/session/chrome_session_manager.cc
diff --git a/chrome/browser/chromeos/login/session/chrome_session_manager.cc b/chrome/browser/chromeos/login/session/chrome_session_manager.cc
index d4077b6711dfdcd705a0120de2c9ed7e6d4e5a22..20c7af325eae7259006c54af5024930461ea6649 100644
--- a/chrome/browser/chromeos/login/session/chrome_session_manager.cc
+++ b/chrome/browser/chromeos/login/session/chrome_session_manager.cc
@@ -65,8 +65,9 @@ ChromeSessionManager::CreateSessionManager(
VLOG(1) << "Starting Chrome with RestoreAfterCrashSessionManagerDelegate";
// Restarting Chrome inside existing user session. Possible cases:
// 1. Chrome is restarted after crash.
- // 2. Chrome is started in browser_tests skipping the login flow.
- // 3. Chrome is started on dev machine i.e. not on Chrome OS device w/o
+ // 2. Chrome is restarted for Guest session.
+ // 3. Chrome is started in browser_tests skipping the login flow.
+ // 4. Chrome is started on dev machine i.e. not on Chrome OS device w/o
// login flow. In that case --login-user=[chromeos::login::kStubUser] is
// added. See PreEarlyInitialization().
return scoped_ptr<session_manager::SessionManager>(new ChromeSessionManager(
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/session/restore_after_crash_session_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698