blob: e3ea34c68ca7d1094d3ee5dcbcb9d8d3d2be6e57 [file] [log] [blame]
// 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 IOS_CHROME_BROWSER_UI_OMNIBOX_OMNIBOX_CLIPPING_FEATURE_H_
#define IOS_CHROME_BROWSER_UI_OMNIBOX_OMNIBOX_CLIPPING_FEATURE_H_
#include "base/feature_list.h"
// Feature to choose whether to use the iOS 11-compatible textfield clipping.
extern const base::Feature kClippingTextfield;
#endif // IOS_CHROME_BROWSER_UI_OMNIBOX_OMNIBOX_CLIPPING_FEATURE_H_