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

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

Issue 740983002: Implement window.print() on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/print_job_worker_owner.h
diff --git a/chrome/browser/printing/print_job_worker_owner.h b/chrome/browser/printing/print_job_worker_owner.h
index 00a561a39bb6532e95733b14fd8867f5b7cfdaff..74f15098f450316352c0f079084f1554aa072af6 100644
--- a/chrome/browser/printing/print_job_worker_owner.h
+++ b/chrome/browser/printing/print_job_worker_owner.h
@@ -33,6 +33,8 @@ class PrintJobWorkerOwner
virtual void GetSettingsDone(const PrintSettings& new_settings,
PrintingContext::Result result) = 0;
+ virtual void ShowSystemDialogDone(PrintingContext::Result result) = 0;
+
// Detach the PrintJobWorker associated to this object.
virtual PrintJobWorker* DetachWorker(PrintJobWorkerOwner* new_owner) = 0;

Powered by Google App Engine
This is Rietveld 408576698