blob: d276b7895426f1e31038c3bc71657c1220471b82 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/installer/setup/brand_behaviors.h"
namespace installer {
void UpdateInstallStatus(installer::ArchiveType archive_type,
installer::InstallStatus install_status) {}
std::wstring GetDistributionData() {
return std::wstring();
}
void DoPostUninstallOperations(const base::Version& version,
const base::FilePath& local_data_path,
const std::wstring& distribution_data) {}
} // namespace installer