summaryrefslogtreecommitdiff
path: root/chromium/weblayer/browser/weblayer_features.cc
blob: b6cce79dc3f76c5519fddfc27b8fadecba606b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2020 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 "weblayer/browser/weblayer_features.h"

namespace weblayer {

#if defined(OS_ANDROID)
// Used to disable browser-control animations.
const base::Feature kImmediatelyHideBrowserControlsForTest{
    "ImmediatelyHideBrowserControlsForTest", base::FEATURE_DISABLED_BY_DEFAULT};
#endif

}  // namespace weblayer