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 | |
Justin Cohen | cd633af | 2019-01-29 20:19:00 | [diff] [blame] | 7 | const base::Feature kBrowserContainerKeepsContentView{ |
Justin Cohen | 00909fd3 | 2019-03-27 13:05:51 | [diff] [blame] | 8 | "BrowserContainerKeepsContentView", base::FEATURE_DISABLED_BY_DEFAULT}; |
Justin Cohen | cd633af | 2019-01-29 20:19:00 | [diff] [blame] | 9 | |
[email protected] | 5b899dc | 2018-10-02 09:20:01 | [diff] [blame] | 10 | const base::Feature kOmniboxPopupShortcutIconsInZeroState{ |
| 11 | "OmniboxPopupShortcutIconsInZeroState", base::FEATURE_DISABLED_BY_DEFAULT}; |
Robbie Gibson | cd964bb | 2018-12-11 18:22:21 | [diff] [blame] | 12 | |
edchin | b3e7535 | 2019-03-29 11:14:19 | [diff] [blame] | 13 | // TODO(crbug.com/945811): Using |-drawViewHierarchyInRect:afterScreenUpdates:| |
| 14 | // has adverse flickering when taking a snapshot of the NTP while in the app |
| 15 | // switcher. |
edchin | 5ae0b4c | 2019-01-06 06:52:28 | [diff] [blame] | 16 | const base::Feature kSnapshotDrawView{"SnapshotDrawView", |
edchin | b3e7535 | 2019-03-29 11:14:19 | [diff] [blame] | 17 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Robbie Gibson | 80d732e | 2019-01-10 10:42:49 | [diff] [blame] | 18 | |
Gauthier Ambard | 5f61086 | 2019-01-17 11:43:55 | [diff] [blame] | 19 | const base::Feature kSettingsRefresh{"SettingsRefresh", |
| 20 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Yi Su | 8b117204 | 2019-03-19 10:16:56 | [diff] [blame] | 21 | |
Stepan Khapugin | 13b7427a | 2019-04-02 13:17:54 | [diff] [blame] | 22 | const base::Feature kNewOmniboxPopupLayout{"NewOmniboxPopupLayout", |
| 23 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Nazerke | 4179c0e | 2019-04-11 15:43:34 | [diff] [blame] | 24 | |
| 25 | const base::Feature kOmniboxUseDefaultSearchEngineFavicon{ |
Nazerke | d285d9f27 | 2019-04-15 09:50:52 | [diff] [blame] | 26 | "OmniboxUseDefaultSearchEngineFavicon", base::FEATURE_DISABLED_BY_DEFAULT}; |
Moe Ahmadi | eb43874 | 2019-05-08 20:17:56 | [diff] [blame] | 27 | |
| 28 | const base::Feature kLanguageSettings{"LanguageSettings", |
Peter K. Lee | 393a3435 | 2019-10-10 14:53:32 | [diff] [blame] | 29 | base::FEATURE_ENABLED_BY_DEFAULT}; |
Yi Su | 3e44513 | 2019-06-28 10:18:04 | [diff] [blame] | 30 | |
Justin Cohen | c57413a | 2019-09-30 19:42:29 | [diff] [blame] | 31 | const base::Feature kEmbedderBlockRestoreUrl{"EmbedderBlockRestoreUrl", |
Justin Cohen | 7fb071c | 2019-11-22 21:27:57 | [diff] [blame^] | 32 | base::FEATURE_ENABLED_BY_DEFAULT}; |
David Jean | a9bf62b | 2019-10-04 11:53:36 | [diff] [blame] | 33 | |
| 34 | const base::Feature kDisableAnimationOnLowBattery{ |
| 35 | "DisableAnimationOnLowBattery", base::FEATURE_DISABLED_BY_DEFAULT}; |
Rohit Rao | e7b48931 | 2019-11-12 12:28:55 | [diff] [blame] | 36 | |
| 37 | const base::Feature kVoiceOverUnstackedTabstrip{ |
| 38 | "VoiceOverUnstackedTabstrip", base::FEATURE_DISABLED_BY_DEFAULT}; |
| 39 | |
| 40 | const base::Feature kForceUnstackedTabstrip{"ForceUnstackedTabstrip", |
| 41 | base::FEATURE_DISABLED_BY_DEFAULT}; |