blob: a424fb6f7257518c8ab8887d3450720afdce158e [file] [log] [blame]
// Copyright 2020 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.
#ifndef CHROME_UPDATER_ACTIVITY_IMPL_H_
#define CHROME_UPDATER_ACTIVITY_IMPL_H_
#include <string>
#include "chrome/updater/updater_scope.h"
namespace updater {
bool GetActiveBit(UpdaterScope scope, const std::string& id);
void ClearActiveBit(UpdaterScope scope, const std::string& id);
} // namespace updater
#endif // CHROME_UPDATER_ACTIVITY_IMPL_H_