chromium/chrome/browser/extensions/pending_extension_info.cc

// Copyright 2014 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/pending_extension_info.h"
#include "base/check_op.h"
#include "extensions/common/extension.h"

namespace extensions {

PendingExtensionInfo::PendingExtensionInfo(
    const std::string& id,
    const std::string& install_parameter,
    const GURL& update_url,
    const base::Version& version,
    ShouldAllowInstallPredicate should_allow_install,
    bool is_from_sync,
    mojom::ManifestLocation install_source,
    int creation_flags,
    bool mark_acknowledged,
    bool remote_install)
    :{}

PendingExtensionInfo::PendingExtensionInfo(PendingExtensionInfo&& other) =
    default;
PendingExtensionInfo& PendingExtensionInfo::operator=(
    PendingExtensionInfo&& other) = default;

PendingExtensionInfo::~PendingExtensionInfo() {}

bool PendingExtensionInfo::operator==(const PendingExtensionInfo& rhs) const {}

int PendingExtensionInfo::CompareTo(const PendingExtensionInfo& other) const {}

}  // namespace extensions