Chromium Code Reviews| Index: pdf/pdf_engine.h |
| diff --git a/pdf/pdf_engine.h b/pdf/pdf_engine.h |
| index b5bc95da53c03eaac3e63ba9303b0e2696907de9..0d657e695bd826809d72765133c687376405f906 100644 |
| --- a/pdf/pdf_engine.h |
| +++ b/pdf/pdf_engine.h |
| @@ -180,6 +180,9 @@ class PDFEngine { |
| static PDFEngine* Create(Client* client); |
| virtual ~PDFEngine() {} |
| + |
| + virtual void ClientDestroyed() {} |
| + |
| // Most of these functions are similar to the Pepper functions of the same |
| // name, so not repeating the description here unless it's different. |
| virtual bool New(const char* url) = 0; |