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

Unified Diff: ui/aura_shell/desktop_event_filter.h

Issue 8602003: Revert 110637 - Add ShellAcceleratorController that manages global keyboard accelerators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « ui/aura_shell/aura_shell.gyp ('k') | ui/aura_shell/desktop_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/desktop_event_filter.h
===================================================================
--- ui/aura_shell/desktop_event_filter.h (revision 110642)
+++ ui/aura_shell/desktop_event_filter.h (working copy)
@@ -7,7 +7,6 @@
#pragma once
#include "base/compiler_specific.h"
-#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
#include "ui/aura/event_filter.h"
#include "ui/aura_shell/aura_shell_export.h"
@@ -15,8 +14,6 @@
namespace aura_shell {
namespace internal {
-class ShellAcceleratorFilter;
-
// DesktopEventFilter gets all desktop events first and can provide actions to
// those events. It implements desktop features such as click to activate a
// window and cursor change when moving mouse.
@@ -59,9 +56,6 @@
// Additional event filters that pre-handles events.
ObserverList<aura::EventFilter, true> filters_;
- // An event filter that pre-handles global accelerators.
- scoped_ptr<ShellAcceleratorFilter> shell_accelerator_filter_;
-
DISALLOW_COPY_AND_ASSIGN(DesktopEventFilter);
};
« no previous file with comments | « ui/aura_shell/aura_shell.gyp ('k') | ui/aura_shell/desktop_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698