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

Unified Diff: content/child/blink_platform_impl.cc

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
Index: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 7d1cb401618b34d3d34bad8be278cc70b15b23fe..aa1f2d5ee4475d8ef959aafee92d81e54bc9d79c 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -1075,8 +1075,8 @@ blink::WebSyncProvider* BlinkPlatformImpl::backgroundSyncProvider() {
main_thread_task_runner_.get());
}
-blink::WebApiKeyValidator* BlinkPlatformImpl::apiKeyValidator() {
- return &api_key_validator_;
+blink::WebTrialTokenValidator* BlinkPlatformImpl::trialTokenValidator() {
+ return &trial_token_validator_;
}
WebThemeEngine* BlinkPlatformImpl::themeEngine() {

Powered by Google App Engine
This is Rietveld 408576698