chromium/chrome/browser/devtools/protocol/system_info_handler.cc

// Copyright 2023 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/devtools/protocol/system_info_handler.h"

#include "content/public/browser/browser_thread.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/content_features.h"
#include "content/public/common/dips_utils.h"

SystemInfoHandler::SystemInfoHandler(protocol::UberDispatcher* dispatcher) {}

SystemInfoHandler::~SystemInfoHandler() = default;

protocol::Response SystemInfoHandler::GetFeatureState(
    const std::string& in_featureState,
    bool* featureEnabled) {}