| Index: components/html_viewer/blink_platform_impl.cc
|
| diff --git a/components/html_viewer/blink_platform_impl.cc b/components/html_viewer/blink_platform_impl.cc
|
| index 57e5f8dcd10b7ba29595aeccb691ab3d984c4151..d7f5bb8fab5ca3a74fff3850ae40c9c6c06a9b88 100644
|
| --- a/components/html_viewer/blink_platform_impl.cc
|
| +++ b/components/html_viewer/blink_platform_impl.cc
|
| @@ -78,10 +78,8 @@ BlinkPlatformImpl::BlinkPlatformImpl(
|
| network_service_->GetCookieStore(GetProxy(&cookie_store));
|
| cookie_jar_.reset(new WebCookieJarImpl(cookie_store.Pass()));
|
|
|
| - mojo::ServiceProviderPtr service_provider;
|
| - app->ConnectToService("mojo:core_services", &service_provider);
|
| mojo::ClipboardPtr clipboard;
|
| - mojo::ConnectToService(service_provider.get(), &clipboard);
|
| + app->ConnectToService("mojo:clipboard", &clipboard);
|
| clipboard_.reset(new WebClipboardImpl(clipboard.Pass()));
|
| }
|
| shared_timer_.SetTaskRunner(main_thread_task_runner_);
|
|
|