| Index: extensions/browser/api/test/test_api.h
|
| diff --git a/extensions/browser/api/test/test_api.h b/extensions/browser/api/test/test_api.h
|
| index ea5a6395407da42b4eb1ec8903b461066ee91849..37f98f3dc8f0fa6fac0bd39a729525a3e47b2d66 100644
|
| --- a/extensions/browser/api/test/test_api.h
|
| +++ b/extensions/browser/api/test/test_api.h
|
| @@ -77,6 +77,9 @@ class TestSendMessageFunction : public AsyncExtensionFunction {
|
| // a reply and will just ignore it.
|
| void Reply(const std::string& message);
|
|
|
| + // Sends an error back to the calling extension.
|
| + void ReplyWithError(const std::string& error);
|
| +
|
| protected:
|
| virtual ~TestSendMessageFunction();
|
|
|
|
|