chromium/chrome/browser/chrome_browser_main_extra_parts_linux.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/chrome_browser_main_extra_parts_linux.h"

#include "base/command_line.h"
#include "base/environment.h"
#include "base/metrics/histogram_functions.h"
#include "build/build_config.h"
#include "ui/linux/display_server_utils.h"

namespace {

// Do not change the values of these entries since they're recorded in UMA.
enum class DisplayServerSupport {};

DisplayServerSupport GetDisplayServerSupport(bool x11, bool wayland) {}

void RecordDisplayServerProtocolSupport() {}

}  // namespace

ChromeBrowserMainExtraPartsLinux::ChromeBrowserMainExtraPartsLinux() = default;

ChromeBrowserMainExtraPartsLinux::~ChromeBrowserMainExtraPartsLinux() = default;

void ChromeBrowserMainExtraPartsLinux::PostBrowserStart() {}

// static
void ChromeBrowserMainExtraPartsLinux::InitOzonePlatformHint() {}