Justin Cohen | 2d81c58 | 2018-01-22 14:46:44 | [diff] [blame] | 1 | // 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 | |
edchin | b3e7535 | 2019-03-29 11:14:19 | [diff] [blame] | 7 | // TODO(crbug.com/945811): Using |-drawViewHierarchyInRect:afterScreenUpdates:| |
| 8 | // has adverse flickering when taking a snapshot of the NTP while in the app |
| 9 | // switcher. |
edchin | 5ae0b4c | 2019-01-06 06:52:28 | [diff] [blame] | 10 | const base::Feature kSnapshotDrawView{"SnapshotDrawView", |
edchin | b3e7535 | 2019-03-29 11:14:19 | [diff] [blame] | 11 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Robbie Gibson | 80d732e | 2019-01-10 10:42:49 | [diff] [blame] | 12 | |
Gauthier Ambard | 5f61086 | 2019-01-17 11:43:55 | [diff] [blame] | 13 | const base::Feature kSettingsRefresh{"SettingsRefresh", |
| 14 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Yi Su | 8b117204 | 2019-03-19 10:16:56 | [diff] [blame] | 15 | |
Justin Cohen | c57413a | 2019-09-30 19:42:29 | [diff] [blame] | 16 | const base::Feature kEmbedderBlockRestoreUrl{"EmbedderBlockRestoreUrl", |
Justin Cohen | 25253e8d | 2019-12-17 16:49:59 | [diff] [blame] | 17 | base::FEATURE_DISABLED_BY_DEFAULT}; |
David Jean | a9bf62b | 2019-10-04 11:53:36 | [diff] [blame] | 18 | |
| 19 | const base::Feature kDisableAnimationOnLowBattery{ |
| 20 | "DisableAnimationOnLowBattery", base::FEATURE_DISABLED_BY_DEFAULT}; |
Rohit Rao | e7b48931 | 2019-11-12 12:28:55 | [diff] [blame] | 21 | |
| 22 | const base::Feature kVoiceOverUnstackedTabstrip{ |
Rohit Rao | 7e83681 | 2019-11-26 16:09:58 | [diff] [blame] | 23 | "VoiceOverUnstackedTabstrip", base::FEATURE_ENABLED_BY_DEFAULT}; |
Rohit Rao | e7b48931 | 2019-11-12 12:28:55 | [diff] [blame] | 24 | |
| 25 | const base::Feature kForceUnstackedTabstrip{"ForceUnstackedTabstrip", |
| 26 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Gauthier Ambard | e813c07f | 2020-01-09 10:18:49 | [diff] [blame] | 27 | |
| 28 | const base::Feature kContainedBVC{"ContainedBVC", |
Gauthier Ambard | 4f09e25 | 2020-03-20 09:22:55 | [diff] [blame] | 29 | base::FEATURE_ENABLED_BY_DEFAULT}; |
Nohemi Fernandez | 6b6260a | 2020-01-17 16:53:45 | [diff] [blame] | 30 | |
Rohit Rao | f94bd87 | 2020-01-22 15:53:53 | [diff] [blame] | 31 | const base::Feature kTestFeature{"TestFeature", |
Stepan Khapugin | 3f2a66df | 2020-01-21 21:44:02 | [diff] [blame] | 32 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Rohit Rao | f94bd87 | 2020-01-22 15:53:53 | [diff] [blame] | 33 | |
Nohemi Fernandez | 6b6260a | 2020-01-17 16:53:45 | [diff] [blame] | 34 | const base::Feature kClearSyncedData{"ClearSyncedData", |
| 35 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Javier Ernesto Flores Robles | 157b0f4 | 2020-03-13 15:07:52 | [diff] [blame] | 36 | |
| 37 | const base::Feature kFirstResponderSendAction{ |
| 38 | "FirstResponderSendAction", base::FEATURE_DISABLED_BY_DEFAULT}; |
Nohemi Fernandez | 41e256e | 2020-03-25 11:52:11 | [diff] [blame^] | 39 | |
| 40 | const base::Feature kNewSigninArchitecture{"NewSigninArchitecture", |
| 41 | base::FEATURE_DISABLED_BY_DEFAULT}; |