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

Unified Diff: ash/shell.h

Issue 2187303002: Remove KeyboardUmaEventFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing references to KeyboardUMAEventFilter Created 4 years, 5 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/keyboard_uma_event_filter.cc ('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 23c849be76d7a5b9e1251dce640ddb4c97112574..9f661f0577328867b8f90fd616353abfe7f62610 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -95,7 +95,6 @@ class EventTransformationHandler;
class FirstRunHelper;
class GPUSupport;
class HighContrastController;
-class KeyboardUMAEventFilter;
class LinkHandlerModelFactory;
class LocaleNotificationController;
class LockStateController;
@@ -588,9 +587,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// screenshot UI or the keyboard overlay is active.
std::unique_ptr<OverlayEventFilter> overlay_filter_;
- // An event filter for logging keyboard-related metrics.
- std::unique_ptr<KeyboardUMAEventFilter> keyboard_metrics_filter_;
-
// An event filter which handles moving and resizing windows.
std::unique_ptr<ToplevelWindowEventHandler> toplevel_window_event_handler_;
« no previous file with comments | « ash/keyboard_uma_event_filter.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698