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

Unified Diff: printing/printing_context_system_dialog_win.h

Issue 1083433003: Fix crash from ipc_fuzzer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fri Apr 10 16:31:41 PDT 2015 Created 5 years, 8 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_system_dialog_win.h
diff --git a/printing/printing_context_system_dialog_win.h b/printing/printing_context_system_dialog_win.h
index 5e11aa5dbc8853260b83d6f44027520709178f88..d22bd229148d828d8652d8b6fe6ba7ad3eb0241f 100644
--- a/printing/printing_context_system_dialog_win.h
+++ b/printing/printing_context_system_dialog_win.h
@@ -31,7 +31,7 @@ class PRINTING_EXPORT PrintingContextSytemDialogWin
private:
friend class MockPrintingContextWin;
- virtual HRESULT ShowPrintDialog(PRINTDLGEX* options);
+ HRESULT ShowPrintDialog(PRINTDLGEX* options);
// Reads the settings from the selected device context. Updates settings_ and
// its margins.

Powered by Google App Engine
This is Rietveld 408576698