summaryrefslogtreecommitdiffstats
path: root/src/core/print_view_manager_base_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/print_view_manager_base_qt.h')
-rw-r--r--src/core/print_view_manager_base_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/print_view_manager_base_qt.h b/src/core/print_view_manager_base_qt.h
index a8b4b5fc8..27dda5ef6 100644
--- a/src/core/print_view_manager_base_qt.h
+++ b/src/core/print_view_manager_base_qt.h
@@ -135,6 +135,8 @@ protected:
private:
content::NotificationRegistrar m_registrar;
scoped_refptr<printing::PrintJob> m_printJob;
+ // Closure for quitting nested message loop.
+ base::Closure m_quitClosure;
bool m_isInsideInnerMessageLoop;
bool m_isExpectingFirstPage;