| Grace Cham | 13fe041 | 2025-03-31 18:15:01 | [diff] [blame] | 1 | // 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 | |
| 7 | namespace features { |
| 8 | |
| 9 | // Enables the empty space context menu on Clank. |
| 10 | #if BUILDFLAG(IS_ANDROID) |
| Xiaohan Wang | 2d20934 | 2025-09-14 00:52:51 | [diff] [blame] | 11 | BASE_FEATURE(kContextMenuEmptySpace, base::FEATURE_ENABLED_BY_DEFAULT); |
| Grace Cham | 13fe041 | 2025-03-31 18:15:01 | [diff] [blame] | 12 | #endif // BUILDFLAG(IS_ANDROID) |
| 13 | |
| 14 | } // namespace features |