| Index: chrome/browser/extensions/api/page_capture/page_capture_api.h
|
| diff --git a/chrome/browser/extensions/api/page_capture/page_capture_api.h b/chrome/browser/extensions/api/page_capture/page_capture_api.h
|
| index 4d7e80fffff6246c263e81dc6e93f658738de8ca..f03e35f595a6d6a4546236b75d825b87bf99cbb0 100644
|
| --- a/chrome/browser/extensions/api/page_capture/page_capture_api.h
|
| +++ b/chrome/browser/extensions/api/page_capture/page_capture_api.h
|
| @@ -30,6 +30,9 @@ class PageCaptureSaveAsMHTMLFunction : public AsyncExtensionFunction {
|
| // Called on the UI thread when the temporary file that contains the
|
| // generated data has been created.
|
| virtual void OnTemporaryFileCreated(const FilePath& temp_file) = 0;
|
| +
|
| + protected:
|
| + virtual ~TestDelegate() { }
|
| };
|
| static void SetTestDelegate(TestDelegate* delegate);
|
|
|
|
|