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

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

Issue 2684433003: Files required by a service now listed in manifest. (Closed)
Patch Set: Fixed analysis. 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
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
new file mode 100644
index 0000000000000000000000000000000000000000..dcc81104a35be3a1548690c70f83c152bb7c52a4
--- /dev/null
+++ b/content/public/common/content_descriptor_keys.h
@@ -0,0 +1,24 @@
+// 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.
+
+#ifndef CONTENT_PUBLIC_COMMON_CONTENT_DESCRIPTOR_KEYS_H_
+#define CONTENT_PUBLIC_COMMON_CONTENT_DESCRIPTOR_KEYS_H_
+
+namespace content {
+
+// This is a list of global descriptor keys to be used with the
+// base::FileDescriptorStore object (see base/file_descriptor_store.h)
+//
+// Note that these keys are also used in
+// content/public/app/mojo/content_renderer_manifest.json and should be kept in
+// sync.
+
+extern const char kV8NativesDataDescriptor[];
+extern const char kV8SnapshotDataDescriptor[];
+extern const char kV8Snapshot32DataDescriptor[];
+extern const char kV8Snapshot64DataDescriptor[];
+
+} // namespace content
+
+#endif // CONTENT_PUBLIC_COMMON_CONTENT_DESCRIPTOR_KEYS_H_

Powered by Google App Engine
This is Rietveld 408576698