| 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},
|
|
|