| Index: extensions/browser/extension_function.h
|
| diff --git a/extensions/browser/extension_function.h b/extensions/browser/extension_function.h
|
| index 59715691619f4e98f884486fcbdc2b88a77dd140..d6a0ad401abb836edcde59ec5b4bdb9fb4587a59 100644
|
| --- a/extensions/browser/extension_function.h
|
| +++ b/extensions/browser/extension_function.h
|
| @@ -493,6 +493,8 @@ class UIThreadExtensionFunction : public ExtensionFunction {
|
|
|
| UIThreadExtensionFunction* AsUIThreadExtensionFunction() override;
|
|
|
| + bool PreRunValidation(std::string* error) override;
|
| +
|
| void set_test_delegate(DelegateForTests* delegate) {
|
| delegate_ = delegate;
|
| }
|
|
|