| Index: content/renderer/renderer_blink_platform_impl.cc
|
| diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
|
| index eb3de784e2c616e9a3223353af35a051643714a9..3d91912d563004b9334418bdb9400f8a6b6b2ad5 100644
|
| --- a/content/renderer/renderer_blink_platform_impl.cc
|
| +++ b/content/renderer/renderer_blink_platform_impl.cc
|
| @@ -782,20 +782,6 @@ blink::WebPublicSuffixList* RendererBlinkPlatformImpl::publicSuffixList() {
|
|
|
| //------------------------------------------------------------------------------
|
|
|
| -blink::WebString RendererBlinkPlatformImpl::signedPublicKeyAndChallengeString(
|
| - unsigned key_size_index,
|
| - const blink::WebString& challenge,
|
| - const blink::WebURL& url,
|
| - const blink::WebURL& top_origin) {
|
| - std::string signed_public_key;
|
| - RenderThread::Get()->Send(new RenderProcessHostMsg_Keygen(
|
| - static_cast<uint32_t>(key_size_index), challenge.utf8(), GURL(url),
|
| - GURL(top_origin), &signed_public_key));
|
| - return WebString::fromUTF8(signed_public_key);
|
| -}
|
| -
|
| -//------------------------------------------------------------------------------
|
| -
|
| blink::WebScrollbarBehavior* RendererBlinkPlatformImpl::scrollbarBehavior() {
|
| return web_scrollbar_behavior_.get();
|
| }
|
|
|