| 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
|
|
|