| 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 dc7f9dd057c29299d8e8a4a4cd2ce5330f2fe460..0e1d8372b30b58cf619da40cd30044527a032af1 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -94,6 +94,7 @@ class RenderViewHostDelegateView;
|
| class ResourceContext;
|
| class SiteInstance;
|
| class SpeechRecognitionManagerDelegate;
|
| +class VibrationProvider;
|
| class WebContents;
|
| class WebContentsViewDelegate;
|
| class WebContentsViewPort;
|
| @@ -571,6 +572,10 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // Return NULL to use the default one for the platform to be created.
|
| 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.
|
| + virtual VibrationProvider* OverrideVibrationProvider();
|
| +
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| // Populates |mappings| with all files that need to be mapped before launching
|
| // a child process.
|
|
|