Chromium Code Reviews| Index: extensions/renderer/api_bindings_system_unittest.h |
| diff --git a/extensions/renderer/api_bindings_system_unittest.h b/extensions/renderer/api_bindings_system_unittest.h |
| index 4f5deb8b8bada08f42e732eedd2a2227f477486b..e3b079e352c811d017e8f4387567287dc5612da7 100644 |
| --- a/extensions/renderer/api_bindings_system_unittest.h |
| +++ b/extensions/renderer/api_bindings_system_unittest.h |
| @@ -48,7 +48,8 @@ class APIBindingsSystemTest : public APIBindingTest { |
| // Returns the object to be used as the parent for the `lastError`. The |
| // default returns an empty JS object (assumes no last errors will be set). |
| virtual v8::Local<v8::Object> GetLastErrorParent( |
|
lazyboy
2017/06/27 17:58:44
Update documentation.
Devlin
2017/06/28 17:52:01
Done.
|
| - v8::Local<v8::Context> context); |
| + v8::Local<v8::Context> context, |
| + v8::Local<v8::Object>* secondary_parent); |
| // Returns the DictionaryValue representing the schema with the given API |
| // name. |