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

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

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Rebase Created 4 years 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 404e0e55560122572ae165163d9fb99578eadd53..46eac0fbba936547cb36d6a84e14d5c853b0f60f 100644
--- a/third_party/WebKit/Source/platform/exported/Platform.cpp
+++ b/third_party/WebKit/Source/platform/exported/Platform.cpp
@@ -151,4 +151,7 @@ InterfaceProvider* Platform::interfaceProvider() {
return InterfaceProvider::getEmptyInterfaceProvider();
}
+void Platform::bindServiceConnector(
+ service_manager::mojom::blink::ConnectorRequest request) {}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698