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

Unified Diff: chrome/browser/chromeos/events/event_rewriter.h

Issue 240173007: Convert KeyboardDrivenEventRewriter to a ui::EventRewriter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed EventRewriterController, & addressed review comments. Created 6 years, 8 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
Index: chrome/browser/chromeos/events/event_rewriter.h
diff --git a/chrome/browser/chromeos/events/event_rewriter.h b/chrome/browser/chromeos/events/event_rewriter.h
index 7caaad5da82bcf46e4964d8f110b4c34e2759397..c25d7b9ae884b1647e2efdeb44658f59367e7394 100644
--- a/chrome/browser/chromeos/events/event_rewriter.h
+++ b/chrome/browser/chromeos/events/event_rewriter.h
@@ -22,7 +22,6 @@ class PrefService;
typedef union _XEvent XEvent;
namespace chromeos {
-class KeyboardDrivenEventRewriter;
namespace input_method {
class ImeKeyboard;
}
@@ -193,9 +192,6 @@ class EventRewriter : public DeviceHierarchyObserver,
input_method::ImeKeyboard* keyboard_for_testing_;
- scoped_ptr<KeyboardDrivenEventRewriter>
- keyboard_driven_event_rewriter_;
-
const PrefService* pref_service_for_testing_;
DISALLOW_COPY_AND_ASSIGN(EventRewriter);

Powered by Google App Engine
This is Rietveld 408576698