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

Unified Diff: third_party/WebKit/LayoutTests/vibration/resources/vibration-helpers.js

Issue 2776983002: [DeviceService] Move all vibration codes into //services/device (Closed)
Patch Set: Rebase only Created 3 years, 8 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: third_party/WebKit/LayoutTests/vibration/resources/vibration-helpers.js
diff --git a/third_party/WebKit/LayoutTests/vibration/resources/vibration-helpers.js b/third_party/WebKit/LayoutTests/vibration/resources/vibration-helpers.js
index ad72e00cb7d5f330ce0a5f6f02dae1fe7e24ae60..2f36ca5c41545b4db433e9a3233c2efca168974a 100644
--- a/third_party/WebKit/LayoutTests/vibration/resources/vibration-helpers.js
+++ b/third_party/WebKit/LayoutTests/vibration/resources/vibration-helpers.js
@@ -5,10 +5,10 @@ function vibration_mocks(mojo) {
'VibrationManager mocks',
[
'mojo/public/js/bindings',
- 'device/vibration/vibration_manager.mojom',
'services/device/public/interfaces/constants.mojom',
+ 'services/device/public/interfaces/vibration_manager.mojom',
],
- (bindings, vibrationManager, deviceConstants) => {
+ (bindings, deviceConstants, vibrationManager) => {
class MockVibrationManager {
constructor() {
this.bindingSet =
« no previous file with comments | « services/device/vibration/vibration_manager_impl_unittest.cc ('k') | third_party/WebKit/Source/modules/notifications/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698