Index: chrome/renderer/printing/print_web_view_helper.h |
diff --git a/chrome/renderer/printing/print_web_view_helper.h b/chrome/renderer/printing/print_web_view_helper.h |
index dc9ad87bce367302114983557d9ddd2298106150..9a23bff163ba2801b615da3f08f0c2ffec24ca56 100644 |
--- a/chrome/renderer/printing/print_web_view_helper.h |
+++ b/chrome/renderer/printing/print_web_view_helper.h |
@@ -124,10 +124,10 @@ class PrintWebViewHelper |
void DidStopLoading() override; |
// Message handlers --------------------------------------------------------- |
-#if !defined(DISABLE_BASIC_PRINTING) |
+#if defined(ENABLE_BASIC_PRINTING) |
void OnPrintPages(); |
void OnPrintForSystemDialog(); |
-#endif // !DISABLE_BASIC_PRINTING |
+#endif // ENABLE_BASIC_PRINTING |
void OnInitiatePrintPreview(bool selection_only); |
void OnPrintPreview(const base::DictionaryValue& settings); |
void OnPrintForPrintPreview(const base::DictionaryValue& job_settings); |