summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/ui/webui/settings/about_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/ui/webui/settings/about_handler.cc')
-rw-r--r--chromium/chrome/browser/ui/webui/settings/about_handler.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/chrome/browser/ui/webui/settings/about_handler.cc b/chromium/chrome/browser/ui/webui/settings/about_handler.cc
index 067049dbd29..6a343a20086 100644
--- a/chromium/chrome/browser/ui/webui/settings/about_handler.cc
+++ b/chromium/chrome/browser/ui/webui/settings/about_handler.cc
@@ -324,7 +324,8 @@ AboutHandler* AboutHandler::Create(content::WebUIDataSource* html_source,
html_source->AddString("aboutProductOsLicense", os_license);
base::string16 os_with_linux_license = l10n_util::GetStringFUTF16(
IDS_ABOUT_CROS_WITH_LINUX_VERSION_LICENSE,
- base::ASCIIToUTF16(chrome::kChromeUIOSCreditsURL));
+ base::ASCIIToUTF16(chrome::kChromeUIOSCreditsURL),
+ base::ASCIIToUTF16(chrome::kChromeUILinuxCreditsURL));
html_source->AddString("aboutProductOsWithLinuxLicense",
os_with_linux_license);
html_source->AddBoolean("aboutEnterpriseManaged", IsEnterpriseManaged());