Index: content/renderer/renderer_blink_platform_impl.h |
diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h |
index 06e599dc28724fa239f892b250bee1136cbb4ea0..3431d9fa8296efa18af61d8a3c7727396dd5c5de 100644 |
--- a/content/renderer/renderer_blink_platform_impl.h |
+++ b/content/renderer/renderer_blink_platform_impl.h |
@@ -12,7 +12,6 @@ |
#include "content/child/blink_platform_impl.h" |
#include "content/common/content_export.h" |
#include "content/renderer/webpublicsuffixlist_impl.h" |
-#include "device/vibration/vibration_manager.mojom.h" |
#include "third_party/WebKit/public/platform/WebGraphicsContext3D.h" |
#include "third_party/WebKit/public/platform/WebIDBFactory.h" |
#include "third_party/WebKit/public/platform/WebScreenOrientationType.h" |
@@ -200,7 +199,6 @@ |
// Use the data previously set via SetMockDevice...DataForTesting() and send |
// them to the registered listener. |
void SendFakeDeviceEventDataForTesting(blink::WebPlatformEventType type); |
- device::VibrationManagerPtr& GetConnectedVibrationManagerService(); |
scoped_ptr<WebSchedulerImpl> web_scheduler_; |
@@ -248,9 +246,6 @@ |
scoped_ptr<BatteryStatusDispatcher> battery_status_dispatcher_; |
- // Handle to the Vibration mojo service. |
- device::VibrationManagerPtr vibration_manager_; |
- |
IDMap<PlatformEventObserverBase, IDMapOwnPointer> platform_event_observers_; |
DISALLOW_COPY_AND_ASSIGN(RendererBlinkPlatformImpl); |