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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 9617039: Change Origin bound certs -> Domain bound certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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 | « chrome/browser/profiles/profile_io_data.h ('k') | chrome/common/extensions/api/browsingData.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index 1e416a01b18fbb9448be1b2131a4c4410f60b2e6..3224f1327306287b111dd0b2774ba3a7c8d3098a 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -565,7 +565,7 @@ void ProfileIOData::ShutdownOnUIThread() {
delete this;
}
-void ProfileIOData::set_origin_bound_cert_service(
- net::OriginBoundCertService* origin_bound_cert_service) const {
- origin_bound_cert_service_.reset(origin_bound_cert_service);
+void ProfileIOData::set_server_bound_cert_service(
+ net::ServerBoundCertService* server_bound_cert_service) const {
+ server_bound_cert_service_.reset(server_bound_cert_service);
}
« no previous file with comments | « chrome/browser/profiles/profile_io_data.h ('k') | chrome/common/extensions/api/browsingData.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698