Index: content/renderer/renderer_webkitplatformsupport_impl.h |
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h |
index a759b190019322a4d18b4f430c99ece0bd2cb0a4..ca772948a8dd8ee19400e4ab6d1eb346e71fe7c8 100644 |
--- a/content/renderer/renderer_webkitplatformsupport_impl.h |
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h |
@@ -148,11 +148,8 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl |
const blink::WebURL& storage_partition, |
blink::WebStorageQuotaType, |
blink::WebStorageQuotaCallbacks*) OVERRIDE; |
- |
-#if defined(OS_ANDROID) |
virtual void vibrate(unsigned int milliseconds); |
virtual void cancelVibration(); |
-#endif // defined(OS_ANDROID) |
// Disables the WebSandboxSupport implementation for testing. |
// Tests that do not set up a full sandbox environment should call |