Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index e49fdc356f75cc687bf50e2d3d0da47a4db89d83..934c107a99d24eece3f4ec374deb9f8f9c794af2 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -751,7 +751,7 @@ 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"; |
+const char kRAConsentGranted[] = "settings.privacy.ra_consent_granted"; |
xhwang
2015/03/06 17:15:09
Previously we set this pref even even when user cl
|
// A boolean pref recording whether user has dismissed the multiprofile |
// itroduction dialog show. |