Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4480)

Unified Diff: chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h

Issue 838253004: MacViews: Fix duplicate definition of ExtensionKeyBindingRegistry::SetShortcutHandlingSuspended (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DragBookmarks2
Patch Set: Fix Mac Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h
diff --git a/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h b/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h
index 65decac1e626819f836f0eeda9779acc4a90c518..9f73a653eb17ac2a96e67a4c3818bf040afc06ac 100644
--- a/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h
+++ b/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h
@@ -47,6 +47,7 @@ class ExtensionKeybindingRegistryViews
const std::string& command_name) override;
void RemoveExtensionKeybindingImpl(const ui::Accelerator& accelerator,
const std::string& command_name) override;
+ void OnShortcutHandlingSuspended(bool suspended) override;
// Weak pointer to the our profile. Not owned by us.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698