| 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 bc4d6948305da1ba462e1a9469d6cf33b8c9a5cc..084f904aba049df82e3ea220650afba2c6dd870f 100644
|
| --- a/chrome/browser/ui/webui/print_preview_data_source.cc
|
| +++ b/chrome/browser/ui/webui/print_preview_data_source.cc
|
| @@ -95,6 +95,9 @@ PrintPreviewDataSource::PrintPreviewDataSource()
|
| AddLocalizedString("incrementTitle", IDS_PRINT_PREVIEW_INCREMENT_TITLE);
|
| AddLocalizedString("decrementTitle", IDS_PRINT_PREVIEW_DECREMENT_TITLE);
|
| AddLocalizedString("printPagesLabel", IDS_PRINT_PREVIEW_PRINT_PAGES_LABEL);
|
| + AddLocalizedString("optionsLabel", IDS_PRINT_PREVIEW_OPTIONS_LABEL);
|
| + AddLocalizedString("optionHeaderFooter",
|
| + IDS_PRINT_PREVIEW_OPTION_HEADER_FOOTER);
|
|
|
| set_json_path("strings.js");
|
| add_resource_path("print_preview.js", IDR_PRINT_PREVIEW_JS);
|
|
|