blob: e4195237c52c95c6a1bb9dee7abd1fe49c8330a4 [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
Gauthier Ambard5f610862019-01-17 11:43:5519const base::Feature kSettingsRefresh{"SettingsRefresh",
20 base::FEATURE_DISABLED_BY_DEFAULT};
Yi Su8b1172042019-03-19 10:16:5621
Stepan Khapugin13b7427a2019-04-02 13:17:5422const base::Feature kNewOmniboxPopupLayout{"NewOmniboxPopupLayout",
23 base::FEATURE_DISABLED_BY_DEFAULT};
Nazerke4179c0e2019-04-11 15:43:3424
25const base::Feature kOmniboxUseDefaultSearchEngineFavicon{
Nazerked285d9f272019-04-15 09:50:5226 "OmniboxUseDefaultSearchEngineFavicon", base::FEATURE_DISABLED_BY_DEFAULT};
Moe Ahmadieb438742019-05-08 20:17:5627
28const base::Feature kLanguageSettings{"LanguageSettings",
Peter K. Lee393a34352019-10-10 14:53:3229 base::FEATURE_ENABLED_BY_DEFAULT};
Yi Su3e445132019-06-28 10:18:0430
Justin Cohenc57413a2019-09-30 19:42:2931const base::Feature kEmbedderBlockRestoreUrl{"EmbedderBlockRestoreUrl",
Justin Cohen7fb071c2019-11-22 21:27:5732 base::FEATURE_ENABLED_BY_DEFAULT};
David Jeana9bf62b2019-10-04 11:53:3633
34const base::Feature kDisableAnimationOnLowBattery{
35 "DisableAnimationOnLowBattery", base::FEATURE_DISABLED_BY_DEFAULT};
Rohit Raoe7b489312019-11-12 12:28:5536
37const base::Feature kVoiceOverUnstackedTabstrip{
38 "VoiceOverUnstackedTabstrip", base::FEATURE_DISABLED_BY_DEFAULT};
39
40const base::Feature kForceUnstackedTabstrip{"ForceUnstackedTabstrip",
41 base::FEATURE_DISABLED_BY_DEFAULT};