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

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: Rebase 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 fe97b1d886b772f68dffbf1f18d1195228a3d8d1..784aa7eb0fb74ccdaaffcba5f33e85c7d258468d 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;
@@ -635,7 +635,7 @@ public:
// Experimental Framework ----------------------------------------------
- virtual WebApiKeyValidator* apiKeyValidator() { return nullptr; }
+ virtual WebTrialTokenValidator* trialTokenValidator() { return nullptr; }
protected:
BLINK_PLATFORM_EXPORT Platform();
« no previous file with comments | « third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in ('k') | third_party/WebKit/public/platform/WebApiKeyValidator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698