| Index: chrome/browser/extensions/extension_function.h
|
| diff --git a/chrome/browser/extensions/extension_function.h b/chrome/browser/extensions/extension_function.h
|
| index 86cce8c9238a1c55febc193d1906c74bc9964e12..62094a63d13408fa40cceb6af2a76921e2aa35d9 100644
|
| --- a/chrome/browser/extensions/extension_function.h
|
| +++ b/chrome/browser/extensions/extension_function.h
|
| @@ -269,6 +269,9 @@ class UIThreadExtensionFunction : public ExtensionFunction {
|
| virtual void OnSendResponse(UIThreadExtensionFunction* function,
|
| bool success,
|
| bool bad_message) = 0;
|
| +
|
| + protected:
|
| + virtual ~DelegateForTests() { }
|
| };
|
|
|
| UIThreadExtensionFunction();
|
|
|