| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 8b1ecd30c66efc1f2aaeed8cb1837968300da4ca..dd8b47a9216f7e288445ba7921c4351e54aa5d7d 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1836,10 +1836,6 @@ const char kInvalidatorSavedInvalidations[] = "invalidator.saved_invalidations";
|
| const char kInvalidationServiceUseGCMChannel[] =
|
| "invalidation_service.use_gcm_channel";
|
|
|
| -// Obfuscated account ID that identifies the current user logged into sync and
|
| -// other google services.
|
| -const char kGoogleServicesUserAccountId[] = "google.services.user_account_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).
|
|
|