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 b4d7d06664172def2804190964d5774c975e517c..4ce36b87be3db316141dd015ac3fb4bedd2cc58a 100644 |
--- a/chrome/renderer/printing/print_web_view_helper.h |
+++ b/chrome/renderer/printing/print_web_view_helper.h |
@@ -118,8 +118,10 @@ class PrintWebViewHelper |
virtual void DidStopLoading() OVERRIDE; |
// Message handlers --------------------------------------------------------- |
+#if !defined(DISABLE_BASIC_PRINTING) |
void OnPrintPages(); |
void OnPrintForSystemDialog(); |
+#endif // !DISABLE_BASIC_PRINTING |
void OnInitiatePrintPreview(bool selection_only); |
void OnPrintPreview(const base::DictionaryValue& settings); |
void OnPrintForPrintPreview(const base::DictionaryValue& job_settings); |