From 9c4eff26e509149d2133268af7744a5cdb079dd1 Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Tue, 20 Mar 2012 22:42:29 +0000 Subject: Change Origin bound certs -> Domain bound certs. BUG=115348 TEST=unit tests, manually checked 'Origin Bound Certs' contents after browsing TBR=jam@chromium.org,willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/9617039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127817 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/io_thread.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/browser/io_thread.h') diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 3e3bbdd..d651faa 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -35,7 +35,7 @@ class HttpAuthHandlerFactory; class HttpServerProperties; class HttpTransactionFactory; class NetworkDelegate; -class OriginBoundCertService; +class ServerBoundCertService; class ProxyConfigService; class ProxyService; class SdchManager; @@ -93,10 +93,10 @@ class IOThread : public content::BrowserThreadDelegate { scoped_ptr system_http_transaction_factory; scoped_ptr system_ftp_transaction_factory; scoped_refptr system_request_context; - // |system_cookie_store| and |system_origin_bound_cert_service| are shared + // |system_cookie_store| and |system_server_bound_cert_service| are shared // between |proxy_script_fetcher_context| and |system_request_context|. scoped_refptr system_cookie_store; - scoped_ptr system_origin_bound_cert_service; + scoped_ptr system_server_bound_cert_service; scoped_refptr extension_event_router_forwarder; }; -- cgit v1.1