blob: 4ee85131ca7d726fa29664b4cd00faf66ff02edf [file] [log] [blame]
// Copyright 2019 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_BROWSER_UNEXPIRE_FLAGS_H_
#define CHROME_BROWSER_UNEXPIRE_FLAGS_H_
#include "base/feature_list.h"
namespace flags {
extern const base::Feature kUnexpireFlagsM76;
bool IsFlagExpired(const char* internal_name);
} // namespace flags
#endif // CHROME_BROWSER_UNEXPIRE_FLAGS_H_