Chromium Code Reviews| Index: content/public/browser/content_browser_client.h |
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h |
| index c44788bdeab2db9697116dce9e805bb2e4a22994..a1cc9c2a0c374e3e5f2c181a58984a251ddd4524 100644 |
| --- a/content/public/browser/content_browser_client.h |
| +++ b/content/public/browser/content_browser_client.h |
| @@ -101,7 +101,6 @@ class RenderViewHost; |
| class ResourceContext; |
| class SiteInstance; |
| class SpeechRecognitionManagerDelegate; |
| -class VibrationProvider; |
| class WebContents; |
| class WebContentsViewDelegate; |
| struct MainFunctionParams; |
| @@ -564,13 +563,6 @@ class CONTENT_EXPORT ContentBrowserClient { |
| // information. |
| virtual LocationProvider* OverrideSystemLocationProvider(); |
| - // Allows an embedder to return its own VibrationProvider implementation. |
| - // Return NULL to use the default one for the platform to be created. |
| - // FYI: Used by an external project; please don't remove. |
|
ppi
2014/12/01 12:03:55
What's up with that - have we reached out to Viatc
timvolodine
2014/12/01 12:11:42
yes I have communicated with Viatcheslav about thi
ppi
2014/12/01 12:25:13
Sounds good. I will put together a standalone CL f
|
| - // Contact Viatcheslav Ostapenko at sl.ostapenko@samsung.com for more |
| - // information. |
| - virtual VibrationProvider* OverrideVibrationProvider(); |
| - |
| // Creates a new DevToolsManagerDelegate. The caller owns the returned value. |
| // It's valid to return NULL. |
| virtual DevToolsManagerDelegate* GetDevToolsManagerDelegate(); |