blob: 648672f71a201e4dedc1a5d5cacacd4e59f4dfa5 [file] [log] [blame]
// 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 "chrome/browser/extensions/mock_crx_installer.h"
namespace extensions {
MockCrxInstaller::MockCrxInstaller(ExtensionService* frontend)
: CrxInstaller(frontend, nullptr, nullptr) {}
MockCrxInstaller::~MockCrxInstaller() = default;
} // namespace extensions