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

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

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.cc
diff --git a/content/public/common/content_descriptor_keys.cc b/content/public/common/content_descriptor_keys.cc
index 25cf72e4b2c0b008c2dc7e5f2b4fda3e33c57135..5b5a02fc9711738d0828ad5c9a4f0b943b5c1b1d 100644
--- a/content/public/common/content_descriptor_keys.cc
+++ b/content/public/common/content_descriptor_keys.cc
@@ -14,4 +14,6 @@ const char kV8Snapshot32DataDescriptor[] = "v8_snapshot_32_data";
const char kV8Snapshot64DataDescriptor[] = "v8_snapshot_64_data";
-} // namespace content
+const char kBlinkV8SnapshotDataDescriptor[] = "blink_v8_snapshot_data";
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698