blob: fde9c8d8009d2cf2693931350194f94cb4ae423e [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_SNAPSHOTS_MODEL_FEATURES_H_
#define IOS_CHROME_BROWSER_SNAPSHOTS_MODEL_FEATURES_H_
#import "base/feature_list.h"
// Feature flag to enable new snapshot system written in Swift.
BASE_DECLARE_FEATURE(kSnapshotInSwift);
#endif // IOS_CHROME_BROWSER_SNAPSHOTS_MODEL_FEATURES_H_