| 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 22531b8b5df5f7b10adde3e2ca411ea9e4439d4c..cf4489db3125a4c363a6656e57b538bf5f04ff75 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;
|
| @@ -588,13 +587,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.
|
| - // 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();
|
|
|