blob: b447839cb5ebe2d02e2b79349b6ac24ede87b80f [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ios/chrome/browser/ui/ui_feature_flags.h"
// TODO(crbug.com/893314) : Remove this flag.
const base::Feature kClosingLastIncognitoTab{"ClosingLastIncognitoTab",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kBrowserContainerContainsNTP{
"BrowserContainerContainsNTP", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kBrowserContainerKeepsContentView{
"BrowserContainerKeepsContentView", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kOmniboxPopupShortcutIconsInZeroState{
"OmniboxPopupShortcutIconsInZeroState", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kSnapshotDrawView{"SnapshotDrawView",
base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kCopiedContentBehavior{"CopiedContentBehavior",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kSettingsRefresh{"SettingsRefresh",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kDisplaySearchEngineFavicon{
"DisplaySearchEngineFavicon", base::FEATURE_DISABLED_BY_DEFAULT};