chromium/content/common/content_constants_internal.cc

// Copyright 2012 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/common/content_constants_internal.h"

#include "media/media_buildflags.h"

namespace content {

// 20MiB
const size_t kMaxLengthOfDataURLString =;

const int kTraceEventBrowserProcessSortIndex =;
const int kTraceEventRendererProcessSortIndex =;
const int kTraceEventPpapiProcessSortIndex =;
const int kTraceEventPpapiBrokerProcessSortIndex =;
const int kTraceEventGpuProcessSortIndex =;

const int kTraceEventRendererMainThreadSortIndex =;

#if BUILDFLAG(ENABLE_AV1_DECODER)
const char kFrameAcceptHeaderValue[] =;
#else
const char kFrameAcceptHeaderValue[] =
    "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,"
    "image/apng,*/*;q=0.8";
#endif

const int kChildProcessReceiverAttachmentName =;
const int kChildProcessHostRemoteAttachmentName =;
const int kLegacyIpcBootstrapAttachmentName =;

} // namespace content