// Copyright 2017 The Chromium Authors // 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 kV8SnapshotDataDescriptor[] = …; const char kV8Snapshot32DataDescriptor[] = …; const char kV8Snapshot64DataDescriptor[] = …; const char kV8ContextSnapshotDataDescriptor[] = …; const char kV8ContextSnapshot32DataDescriptor[] = …; const char kV8ContextSnapshot64DataDescriptor[] = …; const char kNetworkContextParentDirsDescriptor[] = …; } // namespace content