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

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

Issue 664703003: Stash: hacks to get MacViews chrome browser window working (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years 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
« no previous file with comments | « chrome/browser/ui/views/dropdown_bar_host_aura.cc ('k') | chrome/browser/ui/views/find_bar_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc
diff --git a/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc b/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc
index d0fb3daeee0fdc768d7c5254e98ee47fe8180de5..1ac5f6a29c866182ef26bfe2e4136dbe4f66b8b9 100644
--- a/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc
+++ b/chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc
@@ -11,11 +11,13 @@
#include "extensions/common/extension.h"
#include "ui/views/focus/focus_manager.h"
+#if !defined(OS_MACOSX)
// static
void extensions::ExtensionKeybindingRegistry::SetShortcutHandlingSuspended(
bool suspended) {
views::FocusManager::set_shortcut_handling_suspended(suspended);
}
+#endif
ExtensionKeybindingRegistryViews::ExtensionKeybindingRegistryViews(
Profile* profile,
« no previous file with comments | « chrome/browser/ui/views/dropdown_bar_host_aura.cc ('k') | chrome/browser/ui/views/find_bar_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698