| Index: content/renderer/renderer_webkitplatformsupport_impl.h
|
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
|
| index 4a42193b9b5dca7f36338e2a3675ee0fbc3cb3f1..1600f06062e055671563b065e700204fa18d7ef0 100644
|
| --- a/content/renderer/renderer_webkitplatformsupport_impl.h
|
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.h
|
| @@ -145,10 +145,8 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
|
| 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
|
|
|