chromium/chrome/updater/win/installer/installer_constants.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/updater/win/installer/installer_constants.h"

namespace updater {

// The prefix of the updater archive resource.
const wchar_t kUpdaterArchivePrefix[] = L"updater";

// 7zip archive.
const wchar_t kLZMAResourceType[] = L"B7";

}  // namespace updater