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

Unified Diff: chrome/renderer/js_only_v8_extensions.h

Issue 115681: switch to using native JSON object (Closed)
Patch Set: all in one Created 11 years, 7 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
« no previous file with comments | « chrome/renderer/extensions/extension_process_bindings.cc ('k') | chrome/renderer/js_only_v8_extensions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/js_only_v8_extensions.h
diff --git a/chrome/renderer/js_only_v8_extensions.h b/chrome/renderer/js_only_v8_extensions.h
index 771103e3aee4a8a51c7bd90b87be3ac07bb8e7e2..2fdb8af529333fb1d8aa87f4998355ec9573674f 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;
« no previous file with comments | « chrome/renderer/extensions/extension_process_bindings.cc ('k') | chrome/renderer/js_only_v8_extensions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698