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

Unified Diff: third_party/WebKit/Source/platform/exported/Platform.cpp

Issue 2196843003: Blink ServiceRegistry -> InterfaceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/Source/platform/exported/Platform.cpp
diff --git a/third_party/WebKit/Source/platform/exported/Platform.cpp b/third_party/WebKit/Source/platform/exported/Platform.cpp
index ca41873d0766a5c73ec745048cf650853feaeab4..119349e29cfafd66ddde91847d48de9ac17e598a 100644
--- a/third_party/WebKit/Source/platform/exported/Platform.cpp
+++ b/third_party/WebKit/Source/platform/exported/Platform.cpp
@@ -36,8 +36,8 @@
#include "platform/fonts/FontCacheMemoryDumpProvider.h"
#include "platform/heap/BlinkGCMemoryDumpProvider.h"
#include "platform/heap/GCTaskRunner.h"
+#include "public/platform/InterfaceProvider.h"
#include "public/platform/Platform.h"
-#include "public/platform/ServiceRegistry.h"
#include "public/platform/WebPrerenderingSupport.h"
#include "wtf/HashMap.h"
@@ -139,9 +139,9 @@ WebThread* Platform::mainThread() const
return m_mainThread;
}
-ServiceRegistry* Platform::serviceRegistry()
+InterfaceProvider* Platform::interfaceProvider()
{
- return ServiceRegistry::getEmptyServiceRegistry();
+ return InterfaceProvider::getEmptyInterfaceProvider();
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698