// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This is a generated file. Do not edit it! It was generated by:
//   ../../tools/flags/generate_unexpire_flags.py

#include "base/feature_list.h"
#include "chrome/browser/unexpire_flags_gen.h"

namespace flags {

BASE_FEATURE(kUnexpireFlagsM152,
             "UnexpireFlagsM152",
             base::FEATURE_DISABLED_BY_DEFAULT);

BASE_FEATURE(kUnexpireFlagsM153,
             "UnexpireFlagsM153",
             base::FEATURE_DISABLED_BY_DEFAULT);

// Returns the unexpire feature for the given mstone, if any.
const base::Feature* GetUnexpireFeatureForMilestone(int milestone) {
  switch (milestone) {
    case 152: return &kUnexpireFlagsM152;
    case 153: return &kUnexpireFlagsM153;
    default: return nullptr;
  }
}

}  // namespace flags
