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 | |
| 19 | const base::Feature kCopiedContentBehavior{"CopiedContentBehavior", |
Robbie Gibson | 9b5c3ee | 2019-07-11 09:10:56 | [diff] [blame] | 20 | base::FEATURE_ENABLED_BY_DEFAULT}; |
Gauthier Ambard | 5f61086 | 2019-01-17 11:43:55 | [diff] [blame] | 21 | |
| 22 | const base::Feature kSettingsRefresh{"SettingsRefresh", |
| 23 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Yi Su | 8b117204 | 2019-03-19 10:16:56 | [diff] [blame] | 24 | |
Stepan Khapugin | 13b7427a | 2019-04-02 13:17:54 | [diff] [blame] | 25 | const base::Feature kNewOmniboxPopupLayout{"NewOmniboxPopupLayout", |
| 26 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Nazerke | 4179c0e | 2019-04-11 15:43:34 | [diff] [blame] | 27 | |
| 28 | const base::Feature kOmniboxUseDefaultSearchEngineFavicon{ |
Nazerke | d285d9f27 | 2019-04-15 09:50:52 | [diff] [blame] | 29 | "OmniboxUseDefaultSearchEngineFavicon", base::FEATURE_DISABLED_BY_DEFAULT}; |
Moe Ahmadi | eb43874 | 2019-05-08 20:17:56 | [diff] [blame] | 30 | |
| 31 | const base::Feature kLanguageSettings{"LanguageSettings", |
| 32 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Yi Su | 3e44513 | 2019-06-28 10:18:04 | [diff] [blame] | 33 | |
Yi Su | fefe191e | 2019-07-30 15:24:48 | [diff] [blame] | 34 | const base::Feature kOptionalArticleThumbnail{"OptionalArticleThumbnail", |
| 35 | base::FEATURE_ENABLED_BY_DEFAULT}; |
Justin Cohen | c57413a | 2019-09-30 19:42:29 | [diff] [blame^] | 36 | |
| 37 | const base::Feature kEmbedderBlockRestoreUrl{"EmbedderBlockRestoreUrl", |
| 38 | base::FEATURE_ENABLED_BY_DEFAULT}; |