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

Unified Diff: chrome/common/pref_names.cc

Issue 31043008: Changed platform verification user consent logic to be per-domain. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests Created 7 years, 2 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 | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index a4e95ca72084ed7f2c2b9f9a6e2f11e14e2d9cc5..d086c0d0504b825b92bd48f845da4ca81776f095 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -843,12 +843,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.
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698