unexpire_test.h.expected 760 B

12345678910111213141516171819202122
  1. // Copyright 2020 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. // This is a generated file. Do not edit it! It was generated by:
  5. // foobar
  6. #ifndef GEN_CHROME_BROWSER_UNEXPIRE_FLAGS_GEN_H_
  7. #define GEN_CHROME_BROWSER_UNEXPIRE_FLAGS_GEN_H_
  8. namespace flags {
  9. extern const base::Feature kUnexpireFlagsM122;
  10. extern const base::Feature kUnexpireFlagsM123;
  11. // Returns the base::Feature used to decide whether flag expiration is enabled
  12. // for a given milestone, if there is such a feature. If not, returns nullptr.
  13. const base::Feature* GetUnexpireFeatureForMilestone(int milestone);
  14. } // namespace flags
  15. #endif // GEN_CHROME_BROWSER_UNEXPIRE_FLAGS_GEN_H_