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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.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/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 002175d2cd82dff661f6ef6dbb9f568bdd7d81df..a9e59c4bea53b6f7d8ae4dbf091ebc1fa05c81bb 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -66,7 +66,7 @@
namespace blink {
enum class WebTreeScopeType;
-class ServiceRegistry;
+class InterfaceProvider;
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
class WebAppBannerClient;
@@ -700,7 +700,7 @@ public:
}
// Mojo ----------------------------------------------------------------
- virtual ServiceRegistry* serviceRegistry() { return nullptr; }
+ virtual InterfaceProvider* interfaceProvider() { return nullptr; }
// Visibility ----------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698