| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 95aafa0b59f3be53d0302436c4054fcd94d83a11..c6f9c2f6f2862d42c29764db20000e6de3957a13 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -823,12 +823,6 @@ const char kOpenNetworkConfiguration[] = "onc";
|
| // A boolean pref that tracks whether the user has already given consent for
|
| // enabling remote attestation for content protection.
|
| 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.
|
|
|