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

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

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/profile_auth_data.h
diff --git a/chrome/browser/chromeos/login/profile_auth_data.h b/chrome/browser/chromeos/login/profile_auth_data.h
index 27924870ab84b359de83172df8fc17a517b5cf5f..9d7c8c0028780ab24aa9ecce50b64098a132dab1 100644
--- a/chrome/browser/chromeos/login/profile_auth_data.h
+++ b/chrome/browser/chromeos/login/profile_auth_data.h
@@ -21,14 +21,14 @@ class ProfileAuthData {
// Transfers authentication-related data from |from_context| to |to_context|
// and invokes |completion_callback| on the UI thread when the operation has
// completed. The proxy authentication state is transferred unconditionally.
- // If |transfer_auth_cookies_and_server_bound_certs| is true, authentication
- // cookies and server bound certificates are transferred as well, if
+ // If |transfer_auth_cookies_and_channel_ids| is true, authentication
+ // cookies and channel ids are transferred as well, if
// |to_context|'s cookie jar is empty. If the cookie jar is not empty, the
// authentication states in |from_context| and |to_context| should be merged
// using /MergeSession instead.
static void Transfer(content::BrowserContext* from_context,
content::BrowserContext* to_context,
- bool transfer_auth_cookies_and_server_bound_certs,
+ bool transfer_auth_cookies_and_channel_ids,
const base::Closure& completion_callback);
private:

Powered by Google App Engine
This is Rietveld 408576698