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

Unified Diff: extensions/renderer/api_binding_test.h

Issue 2575173002: [Extensions Bindings] Add a bridge to use current custom bindings (Closed)
Patch Set: update test Created 4 years 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_test.h
diff --git a/extensions/renderer/api_binding_test.h b/extensions/renderer/api_binding_test.h
index 8c2d3f8f2b12ad17eda63514065ef4b59206b7fa..d72de47eb12e3812c90e6879a0d4895bd3e1353f 100644
--- a/extensions/renderer/api_binding_test.h
+++ b/extensions/renderer/api_binding_test.h
@@ -26,6 +26,10 @@ class APIBindingTest : public testing::Test {
APIBindingTest();
~APIBindingTest() override;
+ // Returns the V8 ExtensionConfiguration to use for contexts. The default
+ // implementation returns null.
+ virtual v8::ExtensionConfiguration* GetV8ExtensionConfiguration();
+
// testing::Test:
void SetUp() override;
void TearDown() override;

Powered by Google App Engine
This is Rietveld 408576698