#include "content/common/content_constants_internal.h"
#include "media/media_buildflags.h"
namespace content {
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 = …;
}