| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 4c3c55a330e3b2851381770f874796130bca0b99..8fa1fcf67ad549d87ad236fc95d6910312b85c7b 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -826,9 +826,6 @@ const char kRAConsentFirstTime[] = "settings.privacy.ra_consent";
|
| // A DictionaryValue pref that tracks domains for which the user has explicitly
|
| // allowed or denied.
|
| const char kRAConsentDomains[] = "settings.privacy.ra_consent_domains";
|
| -// A boolean pref that tracks whether the user indicated they wish to be asked
|
| -// for consent for every site that uses remote attestation.
|
| -const char kRAConsentAlways[] = "settings.privacy.ra_consent_always";
|
|
|
| // A boolean pref recording whether user has dismissed the multiprofile
|
| // notification.
|
|
|