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

Unified Diff: chrome/browser/renderer_host/pepper/device_id_fetcher.cc

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/browser/renderer_host/pepper/device_id_fetcher.cc
diff --git a/chrome/browser/renderer_host/pepper/device_id_fetcher.cc b/chrome/browser/renderer_host/pepper/device_id_fetcher.cc
index 39380db6c94c6bae33fef571193634cbe9a922a3..d6037879fc879cf3825033877e23a495b4a0c8c9 100644
--- a/chrome/browser/renderer_host/pepper/device_id_fetcher.cc
+++ b/chrome/browser/renderer_host/pepper/device_id_fetcher.cc
@@ -65,8 +65,6 @@ bool DeviceIDFetcher::Start(const IDCallback& callback) {
// static
void DeviceIDFetcher::RegisterProfilePrefs(
user_prefs::PrefRegistrySyncable* prefs) {
- // TODO(wad): Once UI is connected, a final default can be set. At that point
- // change this pref from UNSYNCABLE to SYNCABLE.
Mattias Nissler (ping if slow) 2013/09/03 14:31:25 Just confirming: Is it intentional to remove this
Darren Krahn 2013/09/04 12:35:05 Yes, I confirmed with wad@ that we do not want the
prefs->RegisterBooleanPref(prefs::kEnableDRM,
true,
user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);

Powered by Google App Engine
This is Rietveld 408576698