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 | |
edchin | 18a3e60 | 2018-10-08 23:39:35 | [diff] [blame] | 7 | // TODO(crbug.com/893314) : Remove this flag. |
| 8 | const base::Feature kClosingLastIncognitoTab{"ClosingLastIncognitoTab", |
edchin | 58062c0 | 2018-10-24 22:09:02 | [diff] [blame] | 9 | base::FEATURE_ENABLED_BY_DEFAULT}; |
edchin | 18a3e60 | 2018-10-08 23:39:35 | [diff] [blame] | 10 | |
Justin Cohen | 9a502321 | 2018-10-15 14:32:37 | [diff] [blame] | 11 | const base::Feature kBrowserContainerContainsNTP{ |
Justin Cohen | c3d5f01 | 2018-11-13 04:50:47 | [diff] [blame] | 12 | "BrowserContainerContainsNTP", base::FEATURE_ENABLED_BY_DEFAULT}; |
Justin Cohen | 9a502321 | 2018-10-15 14:32:37 | [diff] [blame] | 13 | |
[email protected] | 5b899dc | 2018-10-02 09:20:01 | [diff] [blame] | 14 | const base::Feature kOmniboxPopupShortcutIconsInZeroState{ |
| 15 | "OmniboxPopupShortcutIconsInZeroState", base::FEATURE_DISABLED_BY_DEFAULT}; |
Robbie Gibson | cd964bb | 2018-12-11 18:22:21 | [diff] [blame] | 16 | |
edchin | 5ae0b4c | 2019-01-06 06:52:28 | [diff] [blame] | 17 | const base::Feature kSnapshotDrawView{"SnapshotDrawView", |
| 18 | base::FEATURE_DISABLED_BY_DEFAULT}; |
Robbie Gibson | 80d732e | 2019-01-10 10:42:49 | [diff] [blame^] | 19 | |
| 20 | const base::Feature kCopiedContentBehavior{"CopiedContentBehavior", |
| 21 | base::FEATURE_DISABLED_BY_DEFAULT}; |