| 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 70fee4a4e1ace09902da49aff15379ba5731357e..2f69919abf58e5c1d30bea07d5ecebe69414b7c0 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(
|
| + mojo::ScopedMessagePipeHandle remoteHandle) {}
|
| +
|
| } // namespace blink
|
|
|