Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(847)

Unified Diff: content/child/blink_platform_impl.h

Issue 1635593004: Rename Experimental Framework classes and concepts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename RuntimeEnabledFeatures flag to experimental_feature_name Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | content/common/origin_trials/trial_token.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 953b438d1ff0bac88bb9013d101286c620083141..fafbb824a223991ce3ef2869ae4f1ecc5b478499 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -15,7 +15,7 @@
#include "base/trace_event/trace_event.h"
#include "build/build_config.h"
#include "components/webcrypto/webcrypto_impl.h"
-#include "content/child/experiments/api_key_validator.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"
@@ -162,7 +162,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
blink::WebServicePortProviderClient*) override;
blink::WebPermissionClient* permissionClient() override;
blink::WebSyncProvider* backgroundSyncProvider() override;
- blink::WebApiKeyValidator* apiKeyValidator() override;
+ blink::WebTrialTokenValidator* trialTokenValidator() override;
blink::WebString domCodeStringFromEnum(int dom_code) override;
int domEnumFromCodeString(const blink::WebString& codeString) override;
@@ -200,7 +200,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
scoped_ptr<PermissionDispatcher> permission_client_;
scoped_ptr<BackgroundSyncProvider> main_thread_sync_provider_;
- ApiKeyValidator api_key_validator_;
+ TrialTokenValidator trial_token_validator_;
scheduler::WebThreadBase* compositor_thread_;
};
« no previous file with comments | « no previous file | content/child/blink_platform_impl.cc » ('j') | content/common/origin_trials/trial_token.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698