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

Unified Diff: content/browser/gamepad/gamepad_provider.h

Issue 10836004: add device type as an argument in OnDevicesChanged. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: change DeviceType prefix to DEVTYPE Created 8 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
Index: content/browser/gamepad/gamepad_provider.h
===================================================================
--- content/browser/gamepad/gamepad_provider.h (revision 148913)
+++ content/browser/gamepad/gamepad_provider.h (working copy)
@@ -40,7 +40,7 @@
void Resume();
// base::SystemMonitor::DevicesChangedObserver implementation.
- virtual void OnDevicesChanged() OVERRIDE;
+ virtual void OnDevicesChanged(base::SystemMonitor::DeviceType type) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698