Jeffrey Cohen | a3721ff07 | 2024-10-25 22:39:03 | [diff] [blame^] | 1 | // 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 | |||||
7 | namespace contextual_cueing { | ||||
8 | |||||
9 | BASE_FEATURE(kContextualCueing, | ||||
10 | "ContextualCueing", | ||||
11 | base::FEATURE_DISABLED_BY_DEFAULT); | ||||
12 | |||||
13 | } // namespace contextual_cueing |