Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1818)

Unified Diff: chrome/browser/printing/printing_message_filter.h

Issue 7747033: Merge 97702, 97820, 97976 (Closed) Base URL: svn://chrome-svn/chrome/branches/835/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/printing/print_preview_message_handler.cc ('k') | chrome/browser/printing/printing_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698