chromium/chrome/browser/extensions/scoped_active_install.cc

// Copyright 2019 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/scoped_active_install.h"

#include "chrome/browser/extensions/active_install_data.h"

namespace extensions {

ScopedActiveInstall::ScopedActiveInstall(InstallTracker* tracker,
                                         const ActiveInstallData& install_data)
    :{}

ScopedActiveInstall::ScopedActiveInstall(InstallTracker* tracker,
                                         const std::string& extension_id)
    :{}

ScopedActiveInstall::~ScopedActiveInstall() {}

void ScopedActiveInstall::CancelDeregister() {}

void ScopedActiveInstall::Init() {}

void ScopedActiveInstall::OnShutdown() {}

}  // namespace extensions