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

Unified Diff: chrome/browser/extensions/api/settings_private/prefs_util.cc

Issue 2075023002: UI Changes to support clearing EME/CDM data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert options_page.css Created 4 years, 6 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/extensions/api/settings_private/prefs_util.cc
diff --git a/chrome/browser/extensions/api/settings_private/prefs_util.cc b/chrome/browser/extensions/api/settings_private/prefs_util.cc
index b47fd523fdb08777d0e873ce553c93ae677d0bac..9c41a1eaeb3b451746dd3aff3554a7307f14b6e8 100644
--- a/chrome/browser/extensions/api/settings_private/prefs_util.cc
+++ b/chrome/browser/extensions/api/settings_private/prefs_util.cc
@@ -151,7 +151,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetWhitelistedKeys() {
settings_private::PrefType::PREF_TYPE_BOOLEAN;
(*s_whitelist)["browser.clear_data.hosted_apps_data"] =
settings_private::PrefType::PREF_TYPE_BOOLEAN;
- (*s_whitelist)["browser.clear_data.content_licenses"] =
+ (*s_whitelist)["browser.clear_data.media_licenses"] =
settings_private::PrefType::PREF_TYPE_BOOLEAN;
(*s_whitelist)["browser.clear_data.time_period"] =
settings_private::PrefType::PREF_TYPE_NUMBER;
« no previous file with comments | « chrome/browser/browsing_data/media_licenses_counter_browsertest.cc ('k') | chrome/browser/pepper_flash_settings_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698