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

Unified Diff: ash/shell.h

Issue 165463002: event-rewrite: Clean up how events are rewritten. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-debug Created 6 years, 10 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
« no previous file with comments | « ash/event_rewriter_delegate.h ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 53a4aed4c85c10d18df478675a8df53edd0c021f..b9222a6706c53818432e504cddbf616014f05c96 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -327,9 +327,6 @@ class ASH_EXPORT Shell
views::corewm::TooltipController* tooltip_controller() {
return tooltip_controller_.get();
}
- internal::EventRewriterEventFilter* event_rewriter_filter() {
- return event_rewriter_filter_.get();
- }
internal::OverlayEventFilter* overlay_filter() {
return overlay_filter_.get();
}
@@ -658,9 +655,6 @@ class ASH_EXPORT Shell
event_transformation_handler_;
scoped_ptr<WindowTreeHostFactory> window_tree_host_factory_;
- // An event filter that rewrites or drops an event.
- scoped_ptr<internal::EventRewriterEventFilter> event_rewriter_filter_;
-
// An event filter that pre-handles key events while the partial
// screenshot UI or the keyboard overlay is active.
scoped_ptr<internal::OverlayEventFilter> overlay_filter_;
« no previous file with comments | « ash/event_rewriter_delegate.h ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698