blob: e8ddbf0f924006dea4be07bba14b7a91628632c8 [file] [log] [blame]
// Copyright 2018 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_FIND_IN_PAGE_FEATURES_H_
#define IOS_CHROME_BROWSER_FIND_IN_PAGE_FEATURES_H_
#include "base/feature_list.h"
// Used to enable Find in Page iFrame searching.
extern const base::Feature kFindInPageiFrame;
#endif // IOS_CHROME_BROWSER_FIND_IN_PAGE_FEATURES_H_