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

Unified Diff: third_party/WebKit/public/platform/Platform.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
Index: third_party/WebKit/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 885a348626efa382279fe6fb63afd55484c1ea4e..8d7a295d5fb04c95a84cd9443ad37a3326707387 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -59,7 +59,6 @@ class GrContext;
namespace blink {
-class WebApiKeyValidator;
class WebAudioBus;
class WebBlobRegistry;
class WebCanvasCaptureHandler;
@@ -114,6 +113,7 @@ class WebSyncProvider;
struct WebFloatPoint;
class WebThemeEngine;
class WebThread;
+class WebTrialTokenValidator;
class WebURL;
class WebURLLoader;
class WebUnitTestSupport;
@@ -643,7 +643,7 @@ public:
// Experimental Framework ----------------------------------------------
- virtual WebApiKeyValidator* apiKeyValidator() { return nullptr; }
+ virtual WebTrialTokenValidator* trialTokenValidator() { return nullptr; }
protected:
BLINK_PLATFORM_EXPORT Platform();

Powered by Google App Engine
This is Rietveld 408576698