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

Unified Diff: chrome/browser/extensions/api/socket/tls_socket_unittest.cc

Issue 430673002: Rename ServerBoundCert => ChannelID to reflect the current name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | chromecast/shell/browser/url_request_context_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/socket/tls_socket_unittest.cc
diff --git a/chrome/browser/extensions/api/socket/tls_socket_unittest.cc b/chrome/browser/extensions/api/socket/tls_socket_unittest.cc
index 5ba709e7877c7edfc53af2864c270c8438132b5c..91f8aea861fcd75dba28eb3ae625eb5cd7a7aa60 100644
--- a/chrome/browser/extensions/api/socket/tls_socket_unittest.cc
+++ b/chrome/browser/extensions/api/socket/tls_socket_unittest.cc
@@ -27,10 +27,6 @@ using testing::SaveArg;
using testing::WithArgs;
using base::StringPiece;
-namespace net {
-class ServerBoundCertService;
-}
-
namespace extensions {
class MockSSLClientSocket : public net::SSLClientSocket {
@@ -68,7 +64,6 @@ class MockSSLClientSocket : public net::SSLClientSocket {
MOCK_METHOD2(GetNextProto,
net::SSLClientSocket::NextProtoStatus(std::string*,
std::string*));
- MOCK_CONST_METHOD0(GetServerBoundCertService, net::ServerBoundCertService*());
MOCK_CONST_METHOD0(GetUnverifiedServerCertificateChain,
scoped_refptr<net::X509Certificate>());
MOCK_CONST_METHOD0(GetChannelIDService, net::ChannelIDService*());
wtc 2014/07/30 01:05:59 This file has both GetServerBoundCertService and G
« no previous file with comments | « no previous file | chromecast/shell/browser/url_request_context_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698