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

Unified Diff: extensions/renderer/api_bindings_system_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_bindings_system_unittest.cc
diff --git a/extensions/renderer/api_bindings_system_unittest.cc b/extensions/renderer/api_bindings_system_unittest.cc
index 30c5d1c5c1a576619edf4ea5e18442110e798884..9f8996a21918d098a3100dcaa033b7f36a144e68 100644
--- a/extensions/renderer/api_bindings_system_unittest.cc
+++ b/extensions/renderer/api_bindings_system_unittest.cc
@@ -145,7 +145,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>();
}

Powered by Google App Engine
This is Rietveld 408576698