[go: nahoru, domu]

blob: 81c2306ffc9c5816b0e175a9dbf6c4bbde8e9e60 [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->AsExtensionServiceWeakPtr(), nullptr, nullptr) {}
MockCrxInstaller::~MockCrxInstaller() = default;
} // namespace extensions