blob: bc407cd0f29eb5c37f2fd5ee4605598fc550f104 [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
edchinb3e75352019-03-29 11:14:1910// TODO(crbug.com/945811): Using |-drawViewHierarchyInRect:afterScreenUpdates:|
11// has adverse flickering when taking a snapshot of the NTP while in the app
12// switcher.
edchin5ae0b4c2019-01-06 06:52:2813const base::Feature kSnapshotDrawView{"SnapshotDrawView",
edchinb3e75352019-03-29 11:14:1914 base::FEATURE_DISABLED_BY_DEFAULT};
Robbie Gibson80d732e2019-01-10 10:42:4915
Gauthier Ambard5f610862019-01-17 11:43:5516const base::Feature kSettingsRefresh{"SettingsRefresh",
17 base::FEATURE_DISABLED_BY_DEFAULT};
Yi Su8b1172042019-03-19 10:16:5618
Stepan Khapugin13b7427a2019-04-02 13:17:5419const base::Feature kNewOmniboxPopupLayout{"NewOmniboxPopupLayout",
Stepan Khapuginba53a432019-12-11 20:09:2020 base::FEATURE_ENABLED_BY_DEFAULT};
Nazerke4179c0e2019-04-11 15:43:3421
22const base::Feature kOmniboxUseDefaultSearchEngineFavicon{
Stepan Khapuginba53a432019-12-11 20:09:2023 "OmniboxUseDefaultSearchEngineFavicon", base::FEATURE_ENABLED_BY_DEFAULT};
Moe Ahmadieb438742019-05-08 20:17:5624
Justin Cohenc57413a2019-09-30 19:42:2925const base::Feature kEmbedderBlockRestoreUrl{"EmbedderBlockRestoreUrl",
Justin Cohen25253e8d2019-12-17 16:49:5926 base::FEATURE_DISABLED_BY_DEFAULT};
David Jeana9bf62b2019-10-04 11:53:3627
28const base::Feature kDisableAnimationOnLowBattery{
29 "DisableAnimationOnLowBattery", base::FEATURE_DISABLED_BY_DEFAULT};
Rohit Raoe7b489312019-11-12 12:28:5530
31const base::Feature kVoiceOverUnstackedTabstrip{
Rohit Rao7e836812019-11-26 16:09:5832 "VoiceOverUnstackedTabstrip", base::FEATURE_ENABLED_BY_DEFAULT};
Rohit Raoe7b489312019-11-12 12:28:5533
34const base::Feature kForceUnstackedTabstrip{"ForceUnstackedTabstrip",
35 base::FEATURE_DISABLED_BY_DEFAULT};
Gauthier Ambarde813c07f2020-01-09 10:18:4936
37const base::Feature kContainedBVC{"ContainedBVC",
38 base::FEATURE_DISABLED_BY_DEFAULT};