| 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 353a333458aa03929fbf166bf49124c813ce354e..3597679805fb7c52f91d0bb4cd4b2f078adef08c 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
|
| @@ -1235,6 +1235,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},
|
| @@ -1270,6 +1271,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},
|
|
|