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

Unified Diff: content/public/common/content_descriptor_keys.h

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: . Created 3 years, 8 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: content/public/common/content_descriptor_keys.h
diff --git a/content/public/common/content_descriptor_keys.h b/content/public/common/content_descriptor_keys.h
index dcc81104a35be3a1548690c70f83c152bb7c52a4..c08c8710d804f0bcf4d0c6e3efea06f8a0c1ec33 100644
--- a/content/public/common/content_descriptor_keys.h
+++ b/content/public/common/content_descriptor_keys.h
@@ -18,6 +18,7 @@ extern const char kV8NativesDataDescriptor[];
extern const char kV8SnapshotDataDescriptor[];
extern const char kV8Snapshot32DataDescriptor[];
extern const char kV8Snapshot64DataDescriptor[];
+extern const char kV8ContextDataDescriptor[];
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698