blob: 59b5d5d0b68ed755dca083be76dc718fa6fd73fd [file] [log] [blame]
Grace Cham13fe0412025-03-31 18:15:011// Copyright 2025 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/contextmenu/context_menu_features.h"
6
7namespace features {
8
9// Enables the empty space context menu on Clank.
10#if BUILDFLAG(IS_ANDROID)
11BASE_FEATURE(kContextMenuEmptySpace,
12 "ContextMenuEmptySpace",
13 base::FEATURE_ENABLED_BY_DEFAULT);
14#endif // BUILDFLAG(IS_ANDROID)
15
16} // namespace features