| Index: chrome/browser/ui/webui/print_preview_handler.h
|
| diff --git a/chrome/browser/ui/webui/print_preview_handler.h b/chrome/browser/ui/webui/print_preview_handler.h
|
| index 86b7abbace81e5c45b91ad41ee1f677887e1b86f..244ab896ef28beb3c03f0a54447a9c5a4914672c 100644
|
| --- a/chrome/browser/ui/webui/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview_handler.h
|
| @@ -189,6 +189,7 @@ class PrintPreviewHandler : public WebUIMessageHandler,
|
| static std::string* last_used_printer_cloud_print_data_;
|
| static std::string* last_used_printer_name_;
|
| static printing::ColorModels last_used_color_model_;
|
| + static printing::MarginType last_used_margins_type_;
|
|
|
| // A count of how many requests received to regenerate preview data.
|
| // Initialized to 0 then incremented and emitted to a histogram.
|
|
|