blob: 901df0b96de2f07628ebe3fc91a6014ee8c8bb41 [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_WEB_FEATURES_H_
#define IOS_CHROME_BROWSER_WEB_FEATURES_H_
#include "base/feature_list.h"
#include "build/build_config.h"
namespace web {
// Used to control the state of the WebPageTextAccessibility feature.
extern const base::Feature kWebPageTextAccessibility;
} // namespace web
#endif // IOS_CHROME_BROWSER_WEB_FEATURES_H_