| Index: chrome/browser/chromeos/arc/arc_support_host.cc
|
| diff --git a/chrome/browser/chromeos/arc/arc_support_host.cc b/chrome/browser/chromeos/arc/arc_support_host.cc
|
| index 214c05549afebdb1837ebe56e95eafc900c35858..f5d84fee35c008c5a1313bed0b0d9f7952d745dc 100644
|
| --- a/chrome/browser/chromeos/arc/arc_support_host.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_support_host.cc
|
| @@ -235,6 +235,9 @@ bool ArcSupportHost::Initialize() {
|
| loadtime_data->SetString(
|
| "overlayClose",
|
| l10n_util::GetStringUTF16(IDS_ARC_OPT_IN_LEARN_MORE_CLOSE));
|
| + loadtime_data->SetString(
|
| + "privacyPolicyLink",
|
| + l10n_util::GetStringUTF16(IDS_ARC_OPT_IN_PRIVACY_POLICY_LINK));
|
|
|
| const std::string& app_locale = g_browser_process->GetApplicationLocale();
|
| const std::string& country_code = base::CountryCodeForCurrentTimezone();
|
|
|