| Index: chrome/browser/printing/printing_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/printing/printing_message_filter.h (revision 98330)
|
| +++ chrome/browser/printing/printing_message_filter.h (working copy)
|
| @@ -6,6 +6,8 @@
|
| #define CHROME_BROWSER_PRINTING_PRINTING_MESSAGE_FILTER_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| +
|
| #include "content/browser/browser_message_filter.h"
|
|
|
| #if defined(OS_WIN)
|
| @@ -77,6 +79,10 @@
|
| scoped_refptr<printing::PrinterQuery> printer_query,
|
| IPC::Message* reply_msg);
|
|
|
| + void OnCheckForCancel(const std::string& preview_ui_addr,
|
| + int preview_request_id,
|
| + bool* cancel);
|
| +
|
| printing::PrintJobManager* print_job_manager_;
|
|
|
| bool cloud_print_enabled_;
|
|
|