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

Unified Diff: third_party/WebKit/public/platform/Platform.h

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/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 62a813f485ddace8c1947222d49d262ba616155a..8cd3fc13aa2cd48acb67e3a643f205f667440a0e 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -64,7 +64,7 @@ template<class T> class Local;
namespace blink {
-class ServiceRegistry;
+class InterfaceProvider;
class WebAudioBus;
class WebBlobRegistry;
class WebCanvasCaptureHandler;
@@ -517,7 +517,7 @@ public:
// Mojo ---------------------------------------------------------------
- virtual ServiceRegistry* serviceRegistry();
+ virtual InterfaceProvider* interfaceProvider();
// Platform events -----------------------------------------------------
// Device Orientation, Device Motion, Device Light, Battery, Gamepad.

Powered by Google App Engine
This is Rietveld 408576698