summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreFrameBridge.h
diff options
context:
space:
mode:
authorHuahui Wu <hwu@google.com>2011-02-10 14:39:12 -0800
committerHuahui Wu <hwu@google.com>2011-02-10 14:39:12 -0800
commitd7e43d41b288f6bec8d577c6fe45994d3900e5a8 (patch)
tree0cc55adacd6321c3555c5f06ad6f6edb1d97f2f9 /WebKit/android/jni/WebCoreFrameBridge.h
parent0608c0b6c3b0fb9fd9d2a36b1507ead7c0d78a10 (diff)
downloadexternal_webkit-d7e43d41b288f6bec8d577c6fe45994d3900e5a8.zip
external_webkit-d7e43d41b288f6bec8d577c6fe45994d3900e5a8.tar.gz
external_webkit-d7e43d41b288f6bec8d577c6fe45994d3900e5a8.tar.bz2
b/3416864 Pass the certificate info from native to JAVA.
Change-Id: I797ab2d6ce6a07561c710d8b3262e548770eb477
Diffstat (limited to 'WebKit/android/jni/WebCoreFrameBridge.h')
-rw-r--r--WebKit/android/jni/WebCoreFrameBridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/jni/WebCoreFrameBridge.h b/WebKit/android/jni/WebCoreFrameBridge.h
index e507667..af7be60 100644
--- a/WebKit/android/jni/WebCoreFrameBridge.h
+++ b/WebKit/android/jni/WebCoreFrameBridge.h
@@ -126,7 +126,7 @@ class WebFrame : public WebCoreRefObject {
void maybeSavePassword(WebCore::Frame* frame, const WebCore::ResourceRequest& request);
- void setCertificate(const std::string& issuedTo, const std::string& issuedBy, long long validNotBeforeMillis, long long validNotAfterMillis);
+ void setCertificate(const std::string& cert);
/**
* When the user initiates a click, we set mUserInitiatedAction to true.