blob: 25cf72e4b2c0b008c2dc7e5f2b4fda3e33c57135 [file] [log] [blame]
// 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