summaryrefslogtreecommitdiff
path: root/chromium/content/browser/android/content_feature_list.h
blob: 05c712f651b45f2031d147fc8ee30aacfbdeb09c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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.

#ifndef CONTENT_BROWSER_ANDROID_CONTENT_FEATURE_LIST_H_
#define CONTENT_BROWSER_ANDROID_CONTENT_FEATURE_LIST_H_

#include "base/feature_list.h"

namespace content {
namespace android {

// Alphabetical:
extern const base::Feature kEnhancedSelectionInsertionHandle;
extern const base::Feature kRequestUnbufferedDispatch;

}  // namespace android
}  // namespace content

#endif  // CONTENT_BROWSER_ANDROID_CONTENT_FEATURE_LIST_H_