blob: 30ec7e4eabeca53191adffe6913868787d20b001 [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)
Xiaohan Wang2d209342025-09-14 00:52:5111BASE_FEATURE(kContextMenuEmptySpace, base::FEATURE_ENABLED_BY_DEFAULT);
Grace Cham13fe0412025-03-31 18:15:0112#endif // BUILDFLAG(IS_ANDROID)
13
14} // namespace features