Index: content/browser/vibration/vibration_service_impl_empty.cc |
diff --git a/content/browser/vibration/vibration_service_impl_empty.cc b/content/browser/vibration/vibration_service_impl_empty.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..59e3ea2045f807f453b459b0242e48868cd8b5cc |
--- /dev/null |
+++ b/content/browser/vibration/vibration_service_impl_empty.cc |
@@ -0,0 +1,18 @@ |
+// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "content/browser/vibration/vibration_service_impl_empty.h" |
+ |
+namespace content { |
+ |
+VibrationServiceImplEmpty::~VibrationServiceImplEmpty() { |
+} |
+ |
+void VibrationServiceImplEmpty::Vibrate(unsigned time) { |
+} |
+ |
+void VibrationServiceImplEmpty::CancelVibration() { |
+} |
+ |
+} // namespace content |