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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Support runtime feature on templates Created 3 years, 6 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..5eb018b258276cfa9f09888c30094a0bdb7ce67e 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 kBlinkV8SnapshotDataDescriptor[];
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698