| Index: chrome/browser/ui/webui/settings/about_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/about_handler.cc b/chrome/browser/ui/webui/settings/about_handler.cc
|
| index 23410f02fbf682dc762912cc0db67ac9ab8ff4ea..a1a5e8c3f4d25879feabbd0e8982f35ccc6d034f 100644
|
| --- a/chrome/browser/ui/webui/settings/about_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/about_handler.cc
|
| @@ -284,6 +284,12 @@ AboutHandler* AboutHandler::Create(content::WebUIDataSource* html_source,
|
| ObsoleteSystem::IsObsoleteNowOrSoon() &&
|
| ObsoleteSystem::IsEndOfTheLine());
|
|
|
| +#if defined(GOOGLE_CHROME_BUILD)
|
| + base::string16 tos = l10n_util::GetStringFUTF16(
|
| + IDS_ABOUT_TERMS_OF_SERVICE, base::UTF8ToUTF16(chrome::kChromeUITermsURL));
|
| + html_source->AddString("aboutProductTos", tos);
|
| +#endif
|
| +
|
| #if defined(OS_CHROMEOS)
|
| base::string16 os_license = l10n_util::GetStringFUTF16(
|
| IDS_ABOUT_CROS_VERSION_LICENSE,
|
|
|