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

Unified Diff: printing/printing_context_win.h

Issue 2374293002: Clean up printing/emf_win.cc. (Closed)
Patch Set: build Created 4 years, 3 months 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 a402066597e36f52d7cc41549709c0f06e39284d..32e5d21ccd4b685cc7c4ad5b5b9e7f5f6c751326 100644
--- a/printing/printing_context_win.h
+++ b/printing/printing_context_win.h
@@ -49,8 +49,6 @@ class PRINTING_EXPORT PrintingContextWin : public PrintingContext {
virtual Result InitializeSettings(const base::string16& device_name,
DEVMODE* dev_mode);
- HDC contest() const { return context_; }
-
void set_context(HDC context) { context_ = context; }
private:

Powered by Google App Engine
This is Rietveld 408576698