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

Unified Diff: components/signin/core/common/signin_pref_names.cc

Issue 362613002: Implementation of SigninClient::GetSigninScopedDeviceId (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes after feedback from Roger. Created 6 years, 6 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 | « components/signin/core/common/signin_pref_names.h ('k') | components/signin/core/common/signin_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/common/signin_pref_names.cc
diff --git a/components/signin/core/common/signin_pref_names.cc b/components/signin/core/common/signin_pref_names.cc
index 2a749d83a4b4e38722a39795bee3667729e8d3aa..c90c08bdd02e2386d311686a9091389cf6383809 100644
--- a/components/signin/core/common/signin_pref_names.cc
+++ b/components/signin/core/common/signin_pref_names.cc
@@ -23,6 +23,12 @@ const char kGoogleServicesUserAccountId[] = "google.services.user_account_id";
// services.
const char kGoogleServicesUsername[] = "google.services.username";
+// Device id scoped to single signin. This device id will be regenerated if user
+// signs out and signs back in. When refresh token is requested for this user it
+// will be annotated with this device id.
+const char kGoogleServicesSigninScopedDeviceId[] =
+ "google.services.signin_scoped_device_id";
+
// Local state pref containing a string regex that restricts which accounts
// can be used to log in to chrome (e.g. "*@google.com"). If missing or blank,
// all accounts are allowed (no restrictions).
« no previous file with comments | « components/signin/core/common/signin_pref_names.h ('k') | components/signin/core/common/signin_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698