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 104cd244eb59bdd1a206ea2d90bea4582769c3b6..52ad536cda2b44c23a05c778a2304d94724a8546 100644 |
| --- a/content/renderer/renderer_webkitplatformsupport_impl.h |
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.h |
| @@ -127,6 +127,9 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl |
| virtual WebKit::WebString convertIDNToUnicode( |
| const WebKit::WebString& host, const WebKit::WebString& languages); |
| + virtual void vibrate(unsigned int milliseconds) OVERRIDE; |
|
palmer
2013/06/21 18:17:40
et c. :)
Michael van Ouwerkerk
2013/06/24 13:46:57
Receiving unsigned int, but casting to in32_t.
|
| + virtual void cancelVibration() OVERRIDE; |
| + |
| // Disables the WebSandboxSupport implementation for testing. |
| // Tests that do not set up a full sandbox environment should call |
| // SetSandboxEnabledForTesting(false) _before_ creating any instances |