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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Rebase Created 3 years, 5 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..80bccdf2cce5ea2f60e6f1b53727ffd94929572b 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 kV8ContextSnapshotDataDescriptor[];
} // namespace content
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | content/public/common/content_descriptor_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698