Index: components/printing/renderer/print_web_view_helper.h |
diff --git a/components/printing/renderer/print_web_view_helper.h b/components/printing/renderer/print_web_view_helper.h |
index 341ec8e4ea96edcad8706acf271d9976e8a1d5dd..54179ffb87da5ec5e888e3ed0f56d32c7e56dc11 100644 |
--- a/components/printing/renderer/print_web_view_helper.h |
+++ b/components/printing/renderer/print_web_view_helper.h |
@@ -501,6 +501,7 @@ class PrintWebViewHelper |
PrintPreviewContext print_preview_context_; |
bool is_loading_; |
bool is_scripted_preview_delayed_; |
+ int ipc_nesting_level_; |
// Used to fix a race condition where the source is a PDF and print preview |
// hangs because RequestPrintPreview is called before DidStopLoading() is |