blob: 12dea351397b80cafa962b2d1465262e4ebddac5 [file] [log] [blame]
Jeffrey Cohena3721ff072024-10-25 22:39:031// Copyright 2024 The Chromium Authors
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 "chrome/browser/contextual_cueing/contextual_cueing_features.h"
6
7namespace contextual_cueing {
8
9BASE_FEATURE(kContextualCueing,
10 "ContextualCueing",
11 base::FEATURE_DISABLED_BY_DEFAULT);
12
13} // namespace contextual_cueing