blob: 882adc3fb2ff17089a4f49f29dc5e4742b47c26d [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
Justin Cohencd633af2019-01-29 20:19:007const base::Feature kBrowserContainerKeepsContentView{
Justin Cohen00909fd32019-03-27 13:05:518 "BrowserContainerKeepsContentView", base::FEATURE_DISABLED_BY_DEFAULT};
Justin Cohencd633af2019-01-29 20:19:009
[email protected]5b899dc2018-10-02 09:20:0110const base::Feature kOmniboxPopupShortcutIconsInZeroState{
11 "OmniboxPopupShortcutIconsInZeroState", base::FEATURE_DISABLED_BY_DEFAULT};
Robbie Gibsoncd964bb2018-12-11 18:22:2112
edchinb3e75352019-03-29 11:14:1913// TODO(crbug.com/945811): Using |-drawViewHierarchyInRect:afterScreenUpdates:|
14// has adverse flickering when taking a snapshot of the NTP while in the app
15// switcher.
edchin5ae0b4c2019-01-06 06:52:2816const base::Feature kSnapshotDrawView{"SnapshotDrawView",
edchinb3e75352019-03-29 11:14:1917 base::FEATURE_DISABLED_BY_DEFAULT};
Robbie Gibson80d732e2019-01-10 10:42:4918
19const base::Feature kCopiedContentBehavior{"CopiedContentBehavior",
Robbie Gibson9b5c3ee2019-07-11 09:10:5620 base::FEATURE_ENABLED_BY_DEFAULT};
Gauthier Ambard5f610862019-01-17 11:43:5521
22const base::Feature kSettingsRefresh{"SettingsRefresh",
23 base::FEATURE_DISABLED_BY_DEFAULT};
Yi Su8b1172042019-03-19 10:16:5624
Stepan Khapugin13b7427a2019-04-02 13:17:5425const base::Feature kNewOmniboxPopupLayout{"NewOmniboxPopupLayout",
26 base::FEATURE_DISABLED_BY_DEFAULT};
Nazerke4179c0e2019-04-11 15:43:3427
28const base::Feature kOmniboxUseDefaultSearchEngineFavicon{
Nazerked285d9f272019-04-15 09:50:5229 "OmniboxUseDefaultSearchEngineFavicon", base::FEATURE_DISABLED_BY_DEFAULT};
Moe Ahmadieb438742019-05-08 20:17:5630
31const base::Feature kLanguageSettings{"LanguageSettings",
32 base::FEATURE_DISABLED_BY_DEFAULT};
Yi Su3e445132019-06-28 10:18:0433
Yi Sufefe191e2019-07-30 15:24:4834const base::Feature kOptionalArticleThumbnail{"OptionalArticleThumbnail",
35 base::FEATURE_ENABLED_BY_DEFAULT};
Justin Cohenc57413a2019-09-30 19:42:2936
37const base::Feature kEmbedderBlockRestoreUrl{"EmbedderBlockRestoreUrl",
38 base::FEATURE_ENABLED_BY_DEFAULT};