Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1649)

Unified Diff: content/child/blink_platform_impl.h

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index d0261c9ee7da7c44fc91fcfb29f0b993b86def8d..0deda78aef8a276a8b5e785a72453e6b1596b31a 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -73,11 +73,6 @@ class CONTENT_EXPORT BlinkPlatformImpl
const blink::WebSecurityOrigin& origin) override;
bool databaseSetFileSize(const blink::WebString& vfs_file_name,
long long size) override;
- blink::WebString signedPublicKeyAndChallengeString(
- unsigned key_size_index,
- const blink::WebString& challenge,
- const blink::WebURL& url,
- const blink::WebURL& top_origin) override;
size_t actualMemoryUsageMB() override;
size_t numberOfProcessors() override;
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698