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

Unified Diff: webkit/glue/webkitclient_impl.cc

Issue 6930029: Make ViewHostMsg_Keygen a routed ipc (part 2/2). Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months 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 | « webkit/glue/webkitclient_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkitclient_impl.cc
diff --git a/webkit/glue/webkitclient_impl.cc b/webkit/glue/webkitclient_impl.cc
index b2dd53a8279319f8bad668f21d4af2adc6521d09..f608f967485495c3a55d8171abcd61b08f186581 100644
--- a/webkit/glue/webkitclient_impl.cc
+++ b/webkit/glue/webkitclient_impl.cc
@@ -517,14 +517,6 @@ long long WebKitClientImpl::databaseGetFileSize(
return 0;
}
-WebKit::WebString WebKitClientImpl::signedPublicKeyAndChallengeString(
- unsigned key_size_index,
- const WebKit::WebString& challenge,
- const WebKit::WebURL& url) {
- NOTREACHED();
- return WebKit::WebString();
-}
-
#if defined(OS_LINUX)
static size_t memoryUsageMBLinux() {
struct mallinfo minfo = mallinfo();
« no previous file with comments | « webkit/glue/webkitclient_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698