| 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 185daa32134f95bababddf6909ae78f5685f5b4d..c2b5de8b910ffb274a58e6bde3b353ad939e988b 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
|
| @@ -1252,6 +1252,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},
|
| @@ -1287,6 +1288,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},
|
|
|