chromium/chrome/test/chromedriver/chrome/fedcm_tracker.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/test/chromedriver/chrome/fedcm_tracker.h"

#include "base/logging.h"
#include "chrome/test/chromedriver/chrome/devtools_client.h"
#include "chrome/test/chromedriver/chrome/status.h"

FedCmTracker::FedCmTracker(DevToolsClient* client) {}

FedCmTracker::~FedCmTracker() = default;

Status FedCmTracker::Enable(DevToolsClient* client) {}

bool FedCmTracker::ListensToConnections() const {}

Status FedCmTracker::OnEvent(DevToolsClient* client,
                             const std::string& method,
                             const base::Value::Dict& params) {}