Index: chrome/browser/ui/views/accessibility_event_router_views.h |
diff --git a/chrome/browser/ui/views/accessibility_event_router_views.h b/chrome/browser/ui/views/accessibility_event_router_views.h |
index 49c4c229808f817c0eb20b5b60f8afa882b29543..9956441046d687edcf707cdbe9ab479b176f3fd0 100644 |
--- a/chrome/browser/ui/views/accessibility_event_router_views.h |
+++ b/chrome/browser/ui/views/accessibility_event_router_views.h |
@@ -120,10 +120,6 @@ class AccessibilityEventRouterViews { |
// figure out where to route a few events that can't be directly traced |
// to a window with a profile (like menu events). |
Profile* most_recent_profile_; |
- |
- // Used to defer handling of some events until the next time |
- // through the event loop. |
- ScopedRunnableMethodFactory<AccessibilityEventRouterViews> method_factory_; |
}; |
#endif // CHROME_BROWSER_UI_VIEWS_ACCESSIBILITY_EVENT_ROUTER_VIEWS_H_ |