| Index: chrome/browser/remoting/remoting_resources_source.cc
|
| diff --git a/chrome/browser/remoting/remoting_resources_source.cc b/chrome/browser/remoting/remoting_resources_source.cc
|
| index 4c18089bb1abd19cb99b73831898d61ac6c7ec93..a57596a654d1b45fce11e0468593a9071e653aeb 100644
|
| --- a/chrome/browser/remoting/remoting_resources_source.cc
|
| +++ b/chrome/browser/remoting/remoting_resources_source.cc
|
| @@ -52,9 +52,7 @@ void RemotingResourcesSource::StartDataRequest(const std::string& path_raw,
|
|
|
| localized_strings.SetString("settingupsync",
|
| l10n_util::GetStringUTF16(IDS_SYNC_LOGIN_SETTING_UP_SYNC));
|
| - localized_strings.SetString("introduction",
|
| - ASCIIToUTF16("Remoting ") +
|
| - l10n_util::GetStringUTF16(IDS_PRODUCT_NAME));
|
| + localized_strings.SetString("introduction", "");
|
| localized_strings.SetString("signinprefix",
|
| l10n_util::GetStringUTF16(IDS_SYNC_LOGIN_SIGNIN_PREFIX));
|
| localized_strings.SetString("signinsuffix",
|
|
|