Chromium Code Reviews| Index: content/browser/gamepad/gamepad_service.cc |
| diff --git a/content/browser/gamepad/gamepad_service.cc b/content/browser/gamepad/gamepad_service.cc |
| index 8611278332a5297f309ebdd6c7524935b3900adc..a742cc817f645fe716acfc81fc5ba60c39aac51e 100644 |
| --- a/content/browser/gamepad/gamepad_service.cc |
| +++ b/content/browser/gamepad/gamepad_service.cc |
| @@ -178,4 +178,8 @@ void GamepadService::OnUserGesture() { |
| } |
| } |
| +void GamepadService::SetSanitizationEnabled(bool sanitize) { |
| + provider_->SetSanitizationEnabled(sanitize); |
| +} |
| + |
| } // namespace content |