diff options
Diffstat (limited to 'pdf/out_of_process_instance.h')
-rw-r--r-- | pdf/out_of_process_instance.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h index bcd507d..eb30458 100644 --- a/pdf/out_of_process_instance.h +++ b/pdf/out_of_process_instance.h @@ -339,10 +339,6 @@ class OutOfProcessInstance : public pp::Instance, // zooming the plugin so that flickering doesn't occur while zooming. bool stop_scrolling_; - // If a print command comes in before the document has loaded, we set - // |delay_print_| to true and print after the document has loaded. - bool delay_print_; - // The callback for receiving the password from the page. scoped_ptr<pp::CompletionCallbackWithOutput<pp::Var> > password_callback_; }; |