blob: 93c9490039a423f7ecc6afbeffa8ccc82df96064 [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
edchin18a3e602018-10-08 23:39:357// TODO(crbug.com/893314) : Remove this flag.
8const base::Feature kClosingLastIncognitoTab{"ClosingLastIncognitoTab",
edchin58062c02018-10-24 22:09:029 base::FEATURE_ENABLED_BY_DEFAULT};
edchin18a3e602018-10-08 23:39:3510
Justin Cohen9a5023212018-10-15 14:32:3711const base::Feature kBrowserContainerContainsNTP{
Justin Cohenc3d5f012018-11-13 04:50:4712 "BrowserContainerContainsNTP", base::FEATURE_ENABLED_BY_DEFAULT};
Justin Cohen9a5023212018-10-15 14:32:3713
[email protected]5b899dc2018-10-02 09:20:0114const base::Feature kOmniboxPopupShortcutIconsInZeroState{
15 "OmniboxPopupShortcutIconsInZeroState", base::FEATURE_DISABLED_BY_DEFAULT};
Robbie Gibsoncd964bb2018-12-11 18:22:2116
edchin5ae0b4c2019-01-06 06:52:2817const base::Feature kSnapshotDrawView{"SnapshotDrawView",
18 base::FEATURE_DISABLED_BY_DEFAULT};
Robbie Gibson80d732e2019-01-10 10:42:4919
20const base::Feature kCopiedContentBehavior{"CopiedContentBehavior",
21 base::FEATURE_DISABLED_BY_DEFAULT};