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

Unified Diff: chrome/browser/ui/webui/print_preview/extension_printer_handler.h

Issue 922833004: Make PrinterProviderAPI a pure interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/print_preview/extension_printer_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/print_preview/extension_printer_handler.h
diff --git a/chrome/browser/ui/webui/print_preview/extension_printer_handler.h b/chrome/browser/ui/webui/print_preview/extension_printer_handler.h
index 6060da769d549730f6d6715834cef2d95edc1a83..89238e2debce2548a129f07d1d2bae0a1c682592 100644
--- a/chrome/browser/ui/webui/print_preview/extension_printer_handler.h
+++ b/chrome/browser/ui/webui/print_preview/extension_printer_handler.h
@@ -73,11 +73,9 @@ class ExtensionPrinterHandler : public PrinterHandler {
const RefCountedMemoryCallback& callback);
// Sets print job document data and dispatches it using printerProvider API.
- // TODO(tbarzic): Move PrinterProvider::PrintJob to it's own file so it can
- // be forward-declared.
void DispatchPrintJob(
const PrinterHandler::PrintCallback& callback,
- scoped_ptr<extensions::PrinterProviderAPI::PrintJob> print_job,
+ scoped_ptr<extensions::PrinterProviderPrintJob> print_job,
const scoped_refptr<base::RefCountedMemory>& data);
// Methods used as wrappers to callbacks for extensions::PrinterProviderAPI
« no previous file with comments | « no previous file | chrome/browser/ui/webui/print_preview/extension_printer_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698