Elly Fong-Jones | 99d8cdad | 2019-08-27 15:48:45 | [diff] [blame^] | 1 | // 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 | |
| 10 | namespace flags { |
| 11 | |
| 12 | extern const base::Feature kUnexpireFlagsM76; |
| 13 | |
| 14 | bool IsFlagExpired(const char* internal_name); |
| 15 | |
| 16 | } // namespace flags |
| 17 | |
| 18 | #endif // CHROME_BROWSER_UNEXPIRE_FLAGS_H_ |