summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/js_only_v8_extensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/js_only_v8_extensions.h')
-rw-r--r--chrome/renderer/js_only_v8_extensions.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/renderer/js_only_v8_extensions.h b/chrome/renderer/js_only_v8_extensions.h
index 771103e..2fdb8af 100644
--- a/chrome/renderer/js_only_v8_extensions.h
+++ b/chrome/renderer/js_only_v8_extensions.h
@@ -16,12 +16,6 @@ class BaseJsV8Extension {
static v8::Extension* Get();
};
-class JsonJsV8Extension {
- public:
- static const char* kName;
- static v8::Extension* Get();
-};
-
class JsonSchemaJsV8Extension {
public:
static const char* kName;