| Index: chrome/browser/extensions/extension_function.h
|
| diff --git a/chrome/browser/extensions/extension_function.h b/chrome/browser/extensions/extension_function.h
|
| index 6f45708d0938fe2391b276ed8cfd091152abc62a..86cce8c9238a1c55febc193d1906c74bc9964e12 100644
|
| --- a/chrome/browser/extensions/extension_function.h
|
| +++ b/chrome/browser/extensions/extension_function.h
|
| @@ -266,8 +266,6 @@ class UIThreadExtensionFunction : public ExtensionFunction {
|
| // A delegate for use in testing, to intercept the call to SendResponse.
|
| class DelegateForTests {
|
| public:
|
| - virtual ~DelegateForTests() { }
|
| -
|
| virtual void OnSendResponse(UIThreadExtensionFunction* function,
|
| bool success,
|
| bool bad_message) = 0;
|
|
|