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

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

#include <memory>

#include "chrome/browser/devtools/protocol/emulation_handler.h"
#include "chrome/browser/infobars/confirm_infobar_creator.h"
#include "chrome/browser/ui/startup/automation_infobar_delegate.h"

EmulationHandler::EmulationHandler(content::DevToolsAgentHost* agent_host,
                                   protocol::UberDispatcher* dispatcher)
    :{}
EmulationHandler::~EmulationHandler() {}

protocol::Response EmulationHandler::Disable() {}

protocol::Response EmulationHandler::SetAutomationOverride(bool enabled) {}

infobars::ContentInfoBarManager* EmulationHandler::GetContentInfoBarManager() {}

void EmulationHandler::OnInfoBarRemoved(infobars::InfoBar* infobar,
                                        bool animate) {}