Index: content/renderer/renderer_webkitplatformsupport_impl.h |
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h |
index 793acb3877220ac8385359d80fea6e8006ac2a26..bfebf115bee215bd86bb092fdde36673761851be 100644 |
--- a/content/renderer/renderer_webkitplatformsupport_impl.h |
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h |
@@ -147,10 +147,8 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl |
blink::WebStorageQuotaType, |
blink::WebStorageQuotaCallbacks*) OVERRIDE; |
Avi (use Gerrit)
2013/11/19 18:11:56
Drop blank line now that there is no #if.
ostap
2013/11/19 19:58:33
Done.
|
-#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 |