13 lines
536 B
Diff
13 lines
536 B
Diff
diff --git a/ui/base/accelerators/accelerator.cc b/ui/base/accelerators/accelerator.cc
|
|
index 5ad9332dd27ceda7d67cd3f571b12218a4415a40..bdfa4ee7d88c76ee74bf4228920ee98a052a6a69 100644
|
|
--- a/ui/base/accelerators/accelerator.cc
|
|
+++ b/ui/base/accelerators/accelerator.cc
|
|
@@ -326,6 +326,7 @@ std::u16string Accelerator::KeyCodeToName() const {
|
|
}
|
|
|
|
std::vector<std::u16string> Accelerator::GetLongFormModifiers() const {
|
|
+ BRAVE_UI_BASE_ACCELERATOR_GET_LONG_FORM_MODIFIERS
|
|
std::vector<std::u16string> modifiers;
|
|
|
|
if (IsCmdDown()) {
|