#include "chrome/common/profiler/process_type.h"
#include "base/command_line.h"
#include "base/profiler/process_type.h"
#include "content/public/common/content_switches.h"
#include "extensions/buildflags/buildflags.h"
#include "services/network/public/mojom/network_service.mojom.h"
#if BUILDFLAG(ENABLE_EXTENSIONS)
#include "extensions/common/switches.h"
#endif
namespace {
bool IsExtensionRenderer(const base::CommandLine& command_line) { … }
}
base::ProfilerProcessType GetProfilerProcessType(
const base::CommandLine& command_line) { … }