| Index: chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.h b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| index cae85060160d07801012b6b65384ab500e21411f..24510b20228bc166f91289ab622a448c20f3c8c0 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
| @@ -145,6 +145,9 @@ class PrintPreviewHandler : public content::WebUIMessageHandler,
|
| // preview is displayed.
|
| void HandleGetInitialSettings(const base::ListValue* args);
|
|
|
| + // Reports histogram data for the print destination UI.
|
| + void HandleReportDestinationEvent(const base::ListValue* args);
|
| +
|
| void SendInitialSettings(
|
| const std::string& default_printer,
|
| const std::string& cloud_print_data);
|
| @@ -195,6 +198,7 @@ class PrintPreviewHandler : public content::WebUIMessageHandler,
|
|
|
| // A count of how many requests received to show manage printers dialog.
|
| int manage_printers_dialog_request_count_;
|
| + int manage_cloud_printers_dialog_request_count_;
|
|
|
| // Whether we have already logged a failed print preview.
|
| bool reported_failed_preview_;
|
|
|