| Index: content/renderer/renderer_blink_platform_impl.h
|
| diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h
|
| index 6775e77d0295fe8fbc1be38ebaf543b51246aba9..0551606a3414e1b6ce388977f044d3e0101a5a55 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.h
|
| +++ b/content/renderer/renderer_blink_platform_impl.h
|
| @@ -21,7 +21,7 @@
|
| #include "content/renderer/origin_trials/web_trial_token_validator_impl.h"
|
| #include "content/renderer/top_level_blame_context.h"
|
| #include "content/renderer/webpublicsuffixlist_impl.h"
|
| -#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBFactory.h"
|
| +#include "device/vibration/vibration_manager.mojom.h"
|
| #include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h"
|
|
|
| namespace cc {
|
| @@ -132,7 +132,6 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
|
| blink::WebPluginListBuilder* builder) override;
|
| blink::WebPublicSuffixList* publicSuffixList() override;
|
| blink::WebScrollbarBehavior* scrollbarBehavior() override;
|
| - blink::WebIDBFactory* idbFactory() override;
|
| blink::WebServiceWorkerCacheStorage* cacheStorage(
|
| const blink::WebSecurityOrigin& security_origin) override;
|
| blink::WebFileSystem* fileSystem() override;
|
| @@ -277,8 +276,6 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
|
| // If true, then a GetPlugins call is allowed to rescan the disk.
|
| bool plugin_refresh_allowed_;
|
|
|
| - std::unique_ptr<blink::WebIDBFactory> web_idb_factory_;
|
| -
|
| std::unique_ptr<blink::WebBlobRegistry> blob_registry_;
|
|
|
| WebPublicSuffixListImpl public_suffix_list_;
|
|
|