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

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

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fix build. Created 3 years, 10 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 | « content/public/common/content_descriptor_keys.h ('k') | content/public/common/content_descriptors.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..25cf72e4b2c0b008c2dc7e5f2b4fda3e33c57135
--- /dev/null
+++ b/content/public/common/content_descriptor_keys.cc
@@ -0,0 +1,17 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "content/public/common/content_descriptor_keys.h"
+
+namespace content {
+
+const char kV8NativesDataDescriptor[] = "v8_natives_data";
+
+const char kV8SnapshotDataDescriptor[] = "v8_snapshot_data";
+
+const char kV8Snapshot32DataDescriptor[] = "v8_snapshot_32_data";
+
+const char kV8Snapshot64DataDescriptor[] = "v8_snapshot_64_data";
+
+} // namespace content
« no previous file with comments | « content/public/common/content_descriptor_keys.h ('k') | content/public/common/content_descriptors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698