Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: extensions/renderer/api_binding_js_util_unittest.cc

Issue 2953133002: [Extensions Bindings] Support chrome.extension.lastError (Closed)
Patch Set: . Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/renderer/api_binding_js_util_unittest.cc
diff --git a/extensions/renderer/api_binding_js_util_unittest.cc b/extensions/renderer/api_binding_js_util_unittest.cc
index 3c0fdec85c71b6fcdc47620690d6b4310bb1010f..d90518fb626d1f0903f689fb8546e173287908ed 100644
--- a/extensions/renderer/api_binding_js_util_unittest.cc
+++ b/extensions/renderer/api_binding_js_util_unittest.cc
@@ -27,7 +27,8 @@ class APIBindingJSUtilUnittest : public APIBindingsSystemTest {
}
v8::Local<v8::Object> GetLastErrorParent(
- v8::Local<v8::Context> context) override {
+ v8::Local<v8::Context> context,
+ v8::Local<v8::Object>* secondary_parent) override {
return context->Global();
}

Powered by Google App Engine
This is Rietveld 408576698