| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index 4264a4cd22d5e6a7a3757f12025b6c572370b9dc..0aae60e68528300de39cfb17beac6974bd72cc28 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -286,20 +286,6 @@ class BLINK_PLATFORM_EXPORT Platform {
|
| // hash must have been generated by calling VisitedLinkHash().
|
| virtual bool isLinkVisited(unsigned long long linkHash) { return false; }
|
|
|
| - // Keygen --------------------------------------------------------------
|
| -
|
| - // Handle the <keygen> tag for generating client certificates
|
| - // Returns a base64 encoded signed copy of a public key from a newly
|
| - // generated key pair and the supplied challenge string. keySizeindex
|
| - // specifies the strength of the key.
|
| - virtual WebString signedPublicKeyAndChallengeString(
|
| - unsigned keySizeIndex,
|
| - const WebString& challenge,
|
| - const WebURL& url,
|
| - const WebURL& topOrigin) {
|
| - return WebString();
|
| - }
|
| -
|
| // Same as above, but always returns actual value, without any caches.
|
| virtual size_t actualMemoryUsageMB() { return 0; }
|
|
|
|
|