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

Unified Diff: net/socket/ssl_error_params.h

Issue 494913002: Include better OpenSSL error information in NetLog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: inline pod ctor Created 6 years, 4 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 | « net/socket/ssl_client_socket_openssl.cc ('k') | net/socket/ssl_error_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_error_params.h
diff --git a/net/socket/ssl_error_params.h b/net/socket/ssl_error_params.h
deleted file mode 100644
index 07a1c4d99d9af6809fa3de715ffcfced0b150304..0000000000000000000000000000000000000000
--- a/net/socket/ssl_error_params.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NET_SOCKET_SSL_ERROR_PARAMS_H_
-#define NET_SOCKET_SSL_ERROR_PARAMS_H_
-
-#include "net/base/net_log.h"
-
-namespace net {
-
-// Creates NetLog callback for when we receive an SSL error.
-NetLog::ParametersCallback CreateNetLogSSLErrorCallback(int net_error,
- int ssl_lib_error);
-
-} // namespace net
-
-#endif // NET_SOCKET_SSL_ERROR_PARAMS_H_
« no previous file with comments | « net/socket/ssl_client_socket_openssl.cc ('k') | net/socket/ssl_error_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698