| Index: content/renderer/renderer_webkitplatformsupport_impl.h
|
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
|
| index 7f096e5d20bbc1bc499e88bcd15d0dd4d1571770..f256df917258c38d1e321c5a1ca1efa9f7dd9614 100644
|
| --- a/content/renderer/renderer_webkitplatformsupport_impl.h
|
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.h
|
| @@ -139,6 +139,11 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
|
| virtual void setDeviceMotionListener(
|
| WebKit::WebDeviceMotionListener* listener) 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
|
| // SetSandboxEnabledForTesting(false) _before_ creating any instances
|
|
|