Chromium Code Reviews| Index: content/renderer/renderer_webkitplatformsupport_impl.h |
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h |
| index 1ec2a6c89a1fc31d6949cf48f792b26b238f31ce..b04a8fba4904f4df283b5f75b333db5ca14f1ded 100644 |
| --- a/content/renderer/renderer_webkitplatformsupport_impl.h |
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.h |
| @@ -148,10 +148,8 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl |
| WebKit::WebStorageQuotaType, |
| WebKit::WebStorageQuotaCallbacks*) OVERRIDE; |
| -#if defined(OS_ANDROID) |
| virtual void vibrate(unsigned int milliseconds); |
| virtual void cancelVibration(); |
|
Peter Beverloo
2013/09/13 16:14:12
These should be annotated with OVERRIDE because th
|
| -#endif // defined(OS_ANDROID) |
| // Disables the WebSandboxSupport implementation for testing. |
| // Tests that do not set up a full sandbox environment should call |