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

Unified Diff: chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.h

Issue 10911020: Enable commands API for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: filter by extension type instead of specific extensions Created 8 years, 4 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/gtk/extensions/extension_keybinding_registry_gtk.h
diff --git a/chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.h b/chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.h
index ba249de21d57d81613547f5f397f36b3bf394cb1..d130f6ac595c527b3f380dc5295d4700b2f1f004 100644
--- a/chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.h
+++ b/chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.h
@@ -35,7 +35,9 @@ typedef struct _GdkEventKey GdkEventKey;
class ExtensionKeybindingRegistryGtk
: public extensions::ExtensionKeybindingRegistry {
public:
- ExtensionKeybindingRegistryGtk(Profile* profile, gfx::NativeWindow window);
+ ExtensionKeybindingRegistryGtk(Profile* profile,
+ gfx::NativeWindow window,
+ ExtensionFilter extension_filter);
virtual ~ExtensionKeybindingRegistryGtk();
static void set_shortcut_handling_suspended(bool suspended) {

Powered by Google App Engine
This is Rietveld 408576698