| Index: printing/printing_context_win.h
|
| diff --git a/printing/printing_context_win.h b/printing/printing_context_win.h
|
| index b167a0a91cd387f7d84483f73dd2fa9fa360ea25..a4773d04f790fedd312e560b61c9b6e1da67336a 100644
|
| --- a/printing/printing_context_win.h
|
| +++ b/printing/printing_context_win.h
|
| @@ -53,10 +53,6 @@ class PRINTING_EXPORT PrintingContextWin : public PrintingContext {
|
| const DEVMODE* dev_mode,
|
| gfx::NativeDrawingContext* context);
|
|
|
| - // Retrieves the content of a GetPrinter call.
|
| - static void GetPrinterHelper(HANDLE printer, int level,
|
| - scoped_array<uint8>* buffer);
|
| -
|
| private:
|
| // Class that manages the PrintDlgEx() callbacks. This is meant to be a
|
| // temporary object used during the Print... dialog display.
|
|
|