| Index: chrome/browser/printing/printer_query.h
|
| diff --git a/chrome/browser/printing/printer_query.h b/chrome/browser/printing/printer_query.h
|
| index 84cf24ace4f8e765ae993b5b18dd406e2c90cc92..22af08d7af2fb596009ef12a8463208163c9e558 100644
|
| --- a/chrome/browser/printing/printer_query.h
|
| +++ b/chrome/browser/printing/printer_query.h
|
| @@ -53,9 +53,6 @@ class PrinterQuery : public PrintJobWorkerOwner {
|
| void SetSettings(scoped_ptr<base::DictionaryValue> new_settings,
|
| const base::Closure& callback);
|
|
|
| - // Set a destination for the worker.
|
| - void SetWorkerDestination(PrintDestinationInterface* destination);
|
| -
|
| // Stops the worker thread since the client is done with this object.
|
| void StopWorker();
|
|
|
|
|