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

Unified Diff: chrome/browser/chromeos/device_hierarchy_observer.h

Issue 192123002: chromeos: A little more cleanup for EventRewriter. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | chrome/browser/chromeos/events/event_rewriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/device_hierarchy_observer.h
diff --git a/chrome/browser/chromeos/device_hierarchy_observer.h b/chrome/browser/chromeos/device_hierarchy_observer.h
index 7e13ac6c17d0fbf5d0e4e01982d87673d875baf1..86c53724b4a8ff76945171552c857ec80c96c274 100644
--- a/chrome/browser/chromeos/device_hierarchy_observer.h
+++ b/chrome/browser/chromeos/device_hierarchy_observer.h
@@ -17,11 +17,6 @@ class DeviceHierarchyObserver {
virtual void DeviceAdded(int device_id) = 0;
virtual void DeviceRemoved(int device_id) = 0;
- // Called when a key on either a built-in keyboard or an external one is
- // pressed. |device_id| is the source of the key event which will be sent to
- // the Chrome window shortly.
- virtual void DeviceKeyPressedOrReleased(int device_id) = 0;
-
protected:
virtual ~DeviceHierarchyObserver() {}
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/events/event_rewriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698