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

Unified Diff: extensions/renderer/bindings/api_bindings_system_unittest.cc

Issue 2953133002: [Extensions Bindings] Support chrome.extension.lastError (Closed)
Patch Set: jbroman's, lazyboy's 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/bindings/api_bindings_system_unittest.cc
diff --git a/extensions/renderer/bindings/api_bindings_system_unittest.cc b/extensions/renderer/bindings/api_bindings_system_unittest.cc
index 1a63eca2324f29d53287d25b06e41f01715c3e1a..9d91c661305cb085dea683b6c265fe85cf2a02ad 100644
--- a/extensions/renderer/bindings/api_bindings_system_unittest.cc
+++ b/extensions/renderer/bindings/api_bindings_system_unittest.cc
@@ -144,7 +144,8 @@ std::vector<APIBindingsSystemTest::FakeSpec> APIBindingsSystemTest::GetAPIs() {
}
v8::Local<v8::Object> APIBindingsSystemTest::GetLastErrorParent(
- v8::Local<v8::Context> context) {
+ v8::Local<v8::Context> context,
+ v8::Local<v8::Object>* secondary_parent) {
return v8::Local<v8::Object>();
}
« no previous file with comments | « extensions/renderer/bindings/api_bindings_system_unittest.h ('k') | extensions/renderer/bindings/api_last_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698