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

Unified Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2359393002: Adds media license nodes to cookie tree model and cookies view. (Closed)
Patch Set: rebase Created 4 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
Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
index 401a19aa864aa8bc50453acbda0836b347cbccc7..96324c7ab462e818a3c01f7b1cca6f1abdd96909 100644
--- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
+++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
@@ -1307,6 +1307,7 @@ void AddSiteSettingsStrings(content::WebUIDataSource* html_source,
{"cookieFileSystem", IDS_COOKIES_FILE_SYSTEM},
{"cookieFlashLso", IDS_COOKIES_FLASH_LSO},
{"cookieLocalStorage", IDS_COOKIES_LOCAL_STORAGE},
+ {"cookieMediaLicense", IDS_COOKIES_MEDIA_LICENSE},
{"cookiePlural", IDS_COOKIES_PLURAL_COOKIES},
{"cookieServiceWorker", IDS_COOKIES_SERVICE_WORKER},
{"cookieSingular", IDS_COOKIES_SINGLE_COOKIE},
@@ -1342,6 +1343,10 @@ void AddSiteSettingsStrings(content::WebUIDataSource* html_source,
IDS_COOKIES_LOCAL_STORAGE_LAST_MODIFIED_LABEL},
{"localStorageOrigin", IDS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL},
{"localStorageSize", IDS_COOKIES_LOCAL_STORAGE_SIZE_ON_DISK_LABEL},
+ {"mediaLicenseOrigin", IDS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL},
+ {"mediaLicenseSize", IDS_COOKIES_LOCAL_STORAGE_SIZE_ON_DISK_LABEL},
+ {"mediaLicenseLastModified",
+ IDS_COOKIES_LOCAL_STORAGE_LAST_MODIFIED_LABEL},
{"serviceWorkerOrigin", IDS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL},
{"serviceWorkerScopes", IDS_COOKIES_SERVICE_WORKER_SCOPES_LABEL},
{"serviceWorkerSize", IDS_COOKIES_LOCAL_STORAGE_SIZE_ON_DISK_LABEL},

Powered by Google App Engine
This is Rietveld 408576698