Index: chrome/browser/printing/printer_query.cc |
diff --git a/chrome/browser/printing/printer_query.cc b/chrome/browser/printing/printer_query.cc |
index 68b9fe7fc2a4be38176786e63dc5b34abf7415ad..6cd11ff067ef9537b1c6ee0131160c8eb8805b1d 100644 |
--- a/chrome/browser/printing/printer_query.cc |
+++ b/chrome/browser/printing/printer_query.cc |
@@ -95,11 +95,6 @@ void PrinterQuery::SetSettings(scoped_ptr<base::DictionaryValue> new_settings, |
base::Passed(&new_settings))); |
} |
-void PrinterQuery::SetWorkerDestination( |
- PrintDestinationInterface* destination) { |
- worker_->SetPrintDestination(destination); |
-} |
- |
void PrinterQuery::StartWorker(const base::Closure& callback) { |
DCHECK(callback_.is_null()); |
DCHECK(worker_.get()); |