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

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

Issue 356713005: Rename ServerBoundCert => ChannelID to reflect the current name (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cookies_list.js Created 6 years, 5 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/session/user_session_manager.cc
diff --git a/chrome/browser/chromeos/login/session/user_session_manager.cc b/chrome/browser/chromeos/login/session/user_session_manager.cc
index 18b77ec417d99562a6a62b0a3ec5a2288740ff42..a2acf4f18530fab4ecbb4a8fa06222e096b4ef56 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.cc
+++ b/chrome/browser/chromeos/login/session/user_session_manager.cc
@@ -650,7 +650,7 @@ void UserSessionManager::UserProfileInitialized(Profile* profile,
ProfileAuthData::Transfer(
authenticator_->authentication_profile(),
profile,
- has_auth_cookies_, // transfer_auth_cookies_and_server_bound_certs
+ has_auth_cookies_, // transfer_auth_cookies_and_channel_ids
base::Bind(&UserSessionManager::CompleteProfileCreateAfterAuthTransfer,
AsWeakPtr(),
profile));

Powered by Google App Engine
This is Rietveld 408576698