#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) { … }