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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/pointer_handler2.h

Issue 9854025: Automatically remap Command key on an Apple keyboard to Control [part 2 of 2 - Chrome part] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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 | « chrome/browser/ui/views/ash/key_rewriter_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/chromeos/pointer_handler2.h
diff --git a/chrome/browser/ui/webui/options2/chromeos/pointer_handler2.h b/chrome/browser/ui/webui/options2/chromeos/pointer_handler2.h
index 2f6a9119571dce698e445fa5d339521e1b3a1767..2f39685dbb10e96548414bd831c836c0d0c6742c 100644
--- a/chrome/browser/ui/webui/options2/chromeos/pointer_handler2.h
+++ b/chrome/browser/ui/webui/options2/chromeos/pointer_handler2.h
@@ -30,6 +30,8 @@ class PointerHandler : public ::options2::OptionsPageUIHandler,
// DeviceHierarchyObserver implementation.
virtual void DeviceHierarchyChanged() OVERRIDE;
+ virtual void DeviceAdded(int device_id) OVERRIDE {}
+ virtual void KeyPressedOrReleased(int device_id) OVERRIDE {}
private:
// Check for input devices.
« no previous file with comments | « chrome/browser/ui/views/ash/key_rewriter_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698