| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index 690fd6e0a67fe54a941d83c7d57332a6b7d784a9..a332a84d08218f6cf13d755b61d54fa06019cdd3 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -15,7 +15,6 @@
|
| #include "base/trace_event/trace_event.h"
|
| #include "build/build_config.h"
|
| #include "components/webcrypto/webcrypto_impl.h"
|
| -#include "content/child/origin_trials/trial_token_validator.h"
|
| #include "content/child/webfallbackthemeengine_impl.h"
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/Platform.h"
|
| @@ -148,7 +147,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| blink::WebServicePortProviderClient*) override;
|
| blink::WebPermissionClient* permissionClient() override;
|
| blink::WebSyncProvider* backgroundSyncProvider() override;
|
| - blink::WebTrialTokenValidator* trialTokenValidator() override;
|
|
|
| blink::WebString domCodeStringFromEnum(int dom_code) override;
|
| int domEnumFromCodeString(const blink::WebString& codeString) override;
|
| @@ -186,8 +184,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| scoped_ptr<PermissionDispatcher> permission_client_;
|
| scoped_ptr<BackgroundSyncProvider> main_thread_sync_provider_;
|
|
|
| - TrialTokenValidator trial_token_validator_;
|
| -
|
| scheduler::WebThreadBase* compositor_thread_;
|
| };
|
|
|
|
|