chore: run clang-format
- atom/ - brightray/ - chromium_src/
This commit is contained in:
parent
ec125b761c
commit
7fc3bcaa02
35 changed files with 98 additions and 98 deletions
|
@ -44,10 +44,8 @@ class GlobalShortcutListenerMac : public GlobalShortcutListener {
|
|||
// GlobalShortcutListener implementation.
|
||||
void StartListening() override;
|
||||
void StopListening() override;
|
||||
bool RegisterAcceleratorImpl(
|
||||
const ui::Accelerator& accelerator) override;
|
||||
void UnregisterAcceleratorImpl(
|
||||
const ui::Accelerator& accelerator) override;
|
||||
bool RegisterAcceleratorImpl(const ui::Accelerator& accelerator) override;
|
||||
void UnregisterAcceleratorImpl(const ui::Accelerator& accelerator) override;
|
||||
|
||||
// Mac-specific functions for registering hot keys with modifiers.
|
||||
bool RegisterHotKey(const ui::Accelerator& accelerator, KeyId hot_key_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue