summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/js_only_v8_extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/extensions/js_only_v8_extensions.h')
-rw-r--r--chrome/renderer/extensions/js_only_v8_extensions.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/renderer/extensions/js_only_v8_extensions.h b/chrome/renderer/extensions/js_only_v8_extensions.h
index 58f9861..79b6c30 100644
--- a/chrome/renderer/extensions/js_only_v8_extensions.h
+++ b/chrome/renderer/extensions/js_only_v8_extensions.h
@@ -22,4 +22,10 @@ class JsonSchemaJsV8Extension {
static v8::Extension* Get();
};
+class ExtensionApiTestV8Extension {
+ public:
+ static const char* kName;
+ static v8::Extension* Get();
+};
+
#endif // CHROME_RENDERER_JS_ONLY_V8_EXTENSIONS_H_