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

Unified Diff: chrome/common/pref_names.h

Issue 23765004: Added prefs for content protection attestation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index c078d1ad69832407ed20512362fbc3bce04621a9..1268c6f4aae53027eeb8f1797c1856117feabefe 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -942,6 +942,10 @@ extern const char kEnableDRM[];
extern const char kWatchdogExtensionActive[];
+extern const char kRAConsentFirstTime[];
+extern const char kRAConsentDomains[];
+extern const char kRAConsentAlways[];
+
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698