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 760a24564586600cd180c0d757134170f97003c2..bd9952c8cf8a3c2cdafccbf6efe31e15bd69187b 100644 |
--- a/components/signin/core/common/signin_pref_names.cc |
+++ b/components/signin/core/common/signin_pref_names.cc |
@@ -14,6 +14,9 @@ const char kAccountIdMigrationState[] = "account_id_migration_state"; |
// Boolean identifying whether reverse auto-login is enabled. |
const char kAutologinEnabled[] = "autologin.enabled"; |
+// A string of profile's hosted domain; empty if there is no HD. |
msw
2014/09/19 21:47:40
nit: "The profile's hosted domain; empty if there
Mike Lerman
2014/09/21 00:19:36
Done with a modification that explains this better
|
+const char kGoogleServicesHostedDomain[] = "google.services.hosted_domain"; |
+ |
// String the identifies the last user that logged into sync and other |
// google services. As opposed to kGoogleServicesUsername, this value is not |
// cleared on signout, but while the user is signed in the two values will |