Chromium Code Reviews| Index: pdf/pdf_engine.h |
| diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
| index b81494f02fa8c287ce169871e7844422d0f0cd8a..399c955b190b4a9a14690bd9ac3b6c7c740cec7f 100644 |
| --- a/pdf/pdf_engine.h |
| +++ b/pdf/pdf_engine.h |
| @@ -173,6 +173,8 @@ class PDFEngine { |
| // Returns true if the plugin has been opened within print preview. |
| virtual bool IsPrintPreview() = 0; |
| + |
| + virtual void IsSelectingChanged(bool is_selecting) = 0; |
| }; |
| // Factory method to create an instance of the PDF Engine. |