| Index: components/dom_distiller/core/viewer.cc
|
| diff --git a/components/dom_distiller/core/viewer.cc b/components/dom_distiller/core/viewer.cc
|
| index be8463a3c67866bf2fc7a5efab6a58335f26232d..7e0eb285951e30de96f6a208f16c71feab5a07cc 100644
|
| --- a/components/dom_distiller/core/viewer.cc
|
| +++ b/components/dom_distiller/core/viewer.cc
|
| @@ -75,11 +75,9 @@ std::string ReplaceHtmlTemplateValues(
|
| substitutions.push_back(GetCssClass(theme)); // $4
|
| substitutions.push_back(content); // $5
|
| substitutions.push_back(loading_indicator_class); // $6
|
| + substitutions.push_back(original_url); // $7
|
| substitutions.push_back(
|
| - l10n_util::GetStringUTF8(IDS_DOM_DISTILLER_VIEWER_LOADING_STRING)); // $7
|
| - substitutions.push_back(original_url); // $8
|
| - substitutions.push_back(
|
| - l10n_util::GetStringUTF8(IDS_DOM_DISTILLER_VIEWER_VIEW_ORIGINAL)); // $9
|
| + l10n_util::GetStringUTF8(IDS_DOM_DISTILLER_VIEWER_VIEW_ORIGINAL)); // $8
|
| return ReplaceStringPlaceholders(html_template, substitutions, NULL);
|
| }
|
|
|
|
|