blob: 4ee85131ca7d726fa29664b4cd00faf66ff02edf [file] [log] [blame]
Elly Fong-Jones99d8cdad2019-08-27 15:48:451// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CHROME_BROWSER_UNEXPIRE_FLAGS_H_
6#define CHROME_BROWSER_UNEXPIRE_FLAGS_H_
7
8#include "base/feature_list.h"
9
10namespace flags {
11
12extern const base::Feature kUnexpireFlagsM76;
13
14bool IsFlagExpired(const char* internal_name);
15
16} // namespace flags
17
18#endif // CHROME_BROWSER_UNEXPIRE_FLAGS_H_