| 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) |
| 11 | BASE_FEATURE(kContextMenuEmptySpace, |
| 12 | "ContextMenuEmptySpace", |
| 13 | base::FEATURE_ENABLED_BY_DEFAULT); |
| 14 | #endif // BUILDFLAG(IS_ANDROID) |
| 15 | |
| 16 | } // namespace features |