| Index: chrome/browser/ui/webui/print_preview_data_source.cc
|
| diff --git a/chrome/browser/ui/webui/print_preview_data_source.cc b/chrome/browser/ui/webui/print_preview_data_source.cc
|
| index 04399b21ee55e990bef988c4f43cafc82c094949..afa7e47d36bf0bad8c76ce65881af34b9d31ca35 100644
|
| --- a/chrome/browser/ui/webui/print_preview_data_source.cc
|
| +++ b/chrome/browser/ui/webui/print_preview_data_source.cc
|
| @@ -126,6 +126,10 @@ void SetLocalizedStrings(DictionaryValue* localized_strings) {
|
| l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_DECREMENT_TITLE));
|
| localized_strings->SetString(std::string("printPagesLabel"),
|
| l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL));
|
| + localized_strings->SetString(std::string("optionsLabel"),
|
| + l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_OPTIONS_LABEL));
|
| + localized_strings->SetString(std::string("optionHeaderFooter"),
|
| + l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER));
|
| }
|
|
|
| } // namespace
|
|
|