blob: 90531cbf59fceda4c417a4b9efc44a0c3bf29ab4 [file] [log] [blame]
// 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"
#include "build/build_config.h"
namespace weblayer {
#if BUILDFLAG(IS_ANDROID)
// Used to disable browser-control animations.
const base::Feature kImmediatelyHideBrowserControlsForTest{
"ImmediatelyHideBrowserControlsForTest", base::FEATURE_DISABLED_BY_DEFAULT};
#endif
} // namespace weblayer