blob: a9c0a065cc0522d4abcc98999fa75882cd6a5d13 [file] [log] [blame]
Justin Cohen2d81c582018-01-22 14:46:441// Copyright 2018 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "ios/chrome/browser/ui/ui_feature_flags.h"
6
edchinb3e75352019-03-29 11:14:197// TODO(crbug.com/945811): Using |-drawViewHierarchyInRect:afterScreenUpdates:|
8// has adverse flickering when taking a snapshot of the NTP while in the app
9// switcher.
edchin5ae0b4c2019-01-06 06:52:2810const base::Feature kSnapshotDrawView{"SnapshotDrawView",
edchinb3e75352019-03-29 11:14:1911 base::FEATURE_DISABLED_BY_DEFAULT};
Robbie Gibson80d732e2019-01-10 10:42:4912
Gauthier Ambard5f610862019-01-17 11:43:5513const base::Feature kSettingsRefresh{"SettingsRefresh",
14 base::FEATURE_DISABLED_BY_DEFAULT};
Yi Su8b1172042019-03-19 10:16:5615
Justin Cohenc57413a2019-09-30 19:42:2916const base::Feature kEmbedderBlockRestoreUrl{"EmbedderBlockRestoreUrl",
Justin Cohen25253e8d2019-12-17 16:49:5917 base::FEATURE_DISABLED_BY_DEFAULT};
David Jeana9bf62b2019-10-04 11:53:3618
19const base::Feature kDisableAnimationOnLowBattery{
20 "DisableAnimationOnLowBattery", base::FEATURE_DISABLED_BY_DEFAULT};
Rohit Raoe7b489312019-11-12 12:28:5521
22const base::Feature kVoiceOverUnstackedTabstrip{
Rohit Rao7e836812019-11-26 16:09:5823 "VoiceOverUnstackedTabstrip", base::FEATURE_ENABLED_BY_DEFAULT};
Rohit Raoe7b489312019-11-12 12:28:5524
25const base::Feature kForceUnstackedTabstrip{"ForceUnstackedTabstrip",
26 base::FEATURE_DISABLED_BY_DEFAULT};
Gauthier Ambarde813c07f2020-01-09 10:18:4927
28const base::Feature kContainedBVC{"ContainedBVC",
Gauthier Ambard4f09e252020-03-20 09:22:5529 base::FEATURE_ENABLED_BY_DEFAULT};
Nohemi Fernandez6b6260a2020-01-17 16:53:4530
Rohit Raof94bd872020-01-22 15:53:5331const base::Feature kTestFeature{"TestFeature",
Stepan Khapugin3f2a66df2020-01-21 21:44:0232 base::FEATURE_DISABLED_BY_DEFAULT};
Rohit Raof94bd872020-01-22 15:53:5333
Nohemi Fernandez6b6260a2020-01-17 16:53:4534const base::Feature kClearSyncedData{"ClearSyncedData",
35 base::FEATURE_DISABLED_BY_DEFAULT};
Javier Ernesto Flores Robles157b0f42020-03-13 15:07:5236
37const base::Feature kFirstResponderSendAction{
38 "FirstResponderSendAction", base::FEATURE_DISABLED_BY_DEFAULT};