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

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

Issue 2129003002: Refactored gamepad polling to support dynamic sources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unit test issue and Mac XBoxDataFetcher constructor Created 4 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
« no previous file with comments | « no previous file | content/browser/gamepad/gamepad_service.cc » ('j') | device/gamepad/gamepad_data_fetcher.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gamepad/gamepad_service.h
diff --git a/content/browser/gamepad/gamepad_service.h b/content/browser/gamepad/gamepad_service.h
index b5c419b44d619ff30bb9995c2562c12bf766c016..b7d6fbd193c168f7e9c87067dfa54fdc2f7c7def 100644
--- a/content/browser/gamepad/gamepad_service.h
+++ b/content/browser/gamepad/gamepad_service.h
@@ -106,6 +106,8 @@ class CONTENT_EXPORT GamepadService
int index,
const blink::WebGamepad& pad) override;
+ void SetSanitizationEnabled(bool sanitize);
+
struct ConsumerInfo {
ConsumerInfo(device::GamepadConsumer* consumer)
: consumer(consumer), did_observe_user_gesture(false) {}
« no previous file with comments | « no previous file | content/browser/gamepad/gamepad_service.cc » ('j') | device/gamepad/gamepad_data_fetcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698