Index: extensions/browser/api_test_utils.h |
diff --git a/extensions/browser/api_test_utils.h b/extensions/browser/api_test_utils.h |
index cdf08ce2170e5faafd8a56edb5f5ee9878503fab..3a059a65aafbf0d534610926dd2e4ea31546ed82 100644 |
--- a/extensions/browser/api_test_utils.h |
+++ b/extensions/browser/api_test_utils.h |
@@ -82,6 +82,9 @@ std::string RunFunctionAndReturnError(UIThreadExtensionFunction* function, |
// we can refactor when we see what is needed. |
bool RunFunction(UIThreadExtensionFunction* function, |
const std::string& args, |
+ content::BrowserContext* context); |
+bool RunFunction(UIThreadExtensionFunction* function, |
+ const std::string& args, |
content::BrowserContext* context, |
scoped_ptr<ExtensionFunctionDispatcher> dispatcher, |
RunFunctionFlags flags); |