diff options
author | Huahui Wu <hwu@google.com> | 2010-12-08 15:22:43 -0800 |
---|---|---|
committer | Huahui Wu <hwu@google.com> | 2010-12-15 09:36:28 -0800 |
commit | 1f9212cd9a5e957562b12e8c3294b7f357fa1f85 (patch) | |
tree | d3ad74023aa22e8a3edbec1c8a1089126e06428e /WebKit/android/WebCoreSupport/WebViewClientError.h | |
parent | 0d7cec732e3f00f89749d4946fd22168d8d4111c (diff) | |
download | external_webkit-1f9212cd9a5e957562b12e8c3294b7f357fa1f85.zip external_webkit-1f9212cd9a5e957562b12e8c3294b7f357fa1f85.tar.gz external_webkit-1f9212cd9a5e957562b12e8c3294b7f357fa1f85.tar.bz2 |
b/2864818 Prompt SSL cert error dialog to user and proceed or cancel the request. Java side CL: https://android-git.corp.google.com/g/#change,84530
Change-Id: I2a16be691ba3846f3ecb1fd533905d7b6ac374fc
Diffstat (limited to 'WebKit/android/WebCoreSupport/WebViewClientError.h')
-rw-r--r-- | WebKit/android/WebCoreSupport/WebViewClientError.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/WebViewClientError.h b/WebKit/android/WebCoreSupport/WebViewClientError.h index 847fb01..d274dc7 100644 --- a/WebKit/android/WebCoreSupport/WebViewClientError.h +++ b/WebKit/android/WebCoreSupport/WebViewClientError.h @@ -32,6 +32,8 @@ namespace android { // This enum must be kept in sync with WebViewClient.java enum WebViewClientError { + /** Success */ + ERROR_OK = 0, /** Generic error */ ERROR_UNKNOWN = -1, /** Server or proxy hostname lookup failed */ |