Index: chrome/browser/printing/printer_query.cc |
diff --git a/chrome/browser/printing/printer_query.cc b/chrome/browser/printing/printer_query.cc |
index 0536b242ac93832a1f62b7c8ddbca52a9831d31f..93e8e48698c8fd6b31ecaec56894d0216f92a71f 100644 |
--- a/chrome/browser/printing/printer_query.cc |
+++ b/chrome/browser/printing/printer_query.cc |
@@ -100,6 +100,11 @@ void PrinterQuery::SetSettings(const DictionaryValue& new_settings, |
new_settings.DeepCopy())); |
} |
+void PrinterQuery::SetWorkerDestination( |
+ PrintDestinationInterface* destination) { |
+ worker_->SetPrintDestination(destination); |
+} |
+ |
void PrinterQuery::StartWorker(const base::Closure& callback) { |
DCHECK(callback_.is_null()); |
DCHECK(worker_.get()); |