chromium/tools/flags/unexpire_test.cc.expected

// 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:
//   foobar

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

namespace flags {

BASE_FEATURE(kUnexpireFlagsM122,
             "UnexpireFlagsM122",
             base::FEATURE_DISABLED_BY_DEFAULT);

BASE_FEATURE(kUnexpireFlagsM123,
             "UnexpireFlagsM123",
             base::FEATURE_DISABLED_BY_DEFAULT);

// Returns the unexpire feature for the given mstone, if any.
const base::Feature* GetUnexpireFeatureForMilestone(int milestone) {
  switch (milestone) {
    case 122: return &kUnexpireFlagsM122;
    case 123: return &kUnexpireFlagsM123;
    default: return nullptr;
  }
}

}  // namespace flags