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

Unified Diff: device/gamepad/gamepad_provider.h

Issue 2563483006: Move gamepad_service out of content/ and into device/ (Closed)
Patch Set: addressed Blundell's review comments Created 4 years 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 | « device/gamepad/gamepad_monitor.cc ('k') | device/gamepad/gamepad_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/gamepad/gamepad_provider.h
diff --git a/device/gamepad/gamepad_provider.h b/device/gamepad/gamepad_provider.h
index 6b24340ad0baa47e7f4b4fb9a0f90507f6a5b539..5cf4fdad26d1410cf7df19de1e9ff5bf0a1d8bc7 100644
--- a/device/gamepad/gamepad_provider.h
+++ b/device/gamepad/gamepad_provider.h
@@ -42,12 +42,10 @@ class DEVICE_GAMEPAD_EXPORT GamepadProvider
public base::SystemMonitor::DevicesChangedObserver {
public:
explicit GamepadProvider(
- std::unique_ptr<GamepadSharedBuffer> buffer,
GamepadConnectionChangeClient* connection_change_client);
// Manually specifies the data fetcher. Used for testing.
explicit GamepadProvider(
- std::unique_ptr<GamepadSharedBuffer> buffer,
GamepadConnectionChangeClient* connection_change_client,
std::unique_ptr<GamepadDataFetcher> fetcher);
« no previous file with comments | « device/gamepad/gamepad_monitor.cc ('k') | device/gamepad/gamepad_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698