| Index: extensions/renderer/api_binding_test_util.h
|
| diff --git a/extensions/renderer/api_binding_test_util.h b/extensions/renderer/api_binding_test_util.h
|
| index aa98697ceeda2ffe67bbe97b74c6ca3acd72e13c..3cdfdfacf380da251c740d57a265d3cc52f2285c 100644
|
| --- a/extensions/renderer/api_binding_test_util.h
|
| +++ b/extensions/renderer/api_binding_test_util.h
|
| @@ -106,6 +106,12 @@ std::unique_ptr<base::Value> GetBaseValuePropertyFromObject(
|
| v8::Local<v8::Context> context,
|
| base::StringPiece key);
|
|
|
| +// As above, but returns a JSON-serialized version of the value, or
|
| +// "undefined", "null", "function", or "empty".
|
| +std::string GetStringPropertyFromObject(v8::Local<v8::Object> object,
|
| + v8::Local<v8::Context> context,
|
| + base::StringPiece key);
|
| +
|
| } // extensions
|
|
|
| #endif // EXTENSIONS_RENDERER_API_BINDING_TEST_UTIL_H_
|
|
|