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

Unified Diff: printing/printing_context_win.h

Issue 11530005: Wrapers for PRINTER_INFO_* and DRIVER_INFO_*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: 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.

Powered by Google App Engine
This is Rietveld 408576698