summaryrefslogtreecommitdiff
path: root/chromium/components/previews/core/previews_features.cc
blob: d88577c41f2415d67e33df414fab4161aa8ab400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/previews/core/previews_features.h"

namespace previews {
namespace features {

// Enables the Offline previews on Android.
const base::Feature kOfflinePreviews{"OfflinePreviews",
                                     base::FEATURE_DISABLED_BY_DEFAULT};

// Enables the Client Lo-Fi previews on Android.
const base::Feature kClientLoFi{"ClientLoFi",
                                base::FEATURE_DISABLED_BY_DEFAULT};

}  // namespace features
}  // namespace previews