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

Unified Diff: chrome/browser/ui/webui/options/certificate_manager_handler.cc

Issue 6667020: This change loads opencryptoki and uses the TPM for keygen tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleaning up Created 9 years, 8 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
Index: chrome/browser/ui/webui/options/certificate_manager_handler.cc
diff --git a/chrome/browser/ui/webui/options/certificate_manager_handler.cc b/chrome/browser/ui/webui/options/certificate_manager_handler.cc
index fb89dc7a5887234ab21f8c82b8e30a858932f428..454b23166b459d4c8c86e96a5a8c18eee4d2f48f 100644
--- a/chrome/browser/ui/webui/options/certificate_manager_handler.cc
+++ b/chrome/browser/ui/webui/options/certificate_manager_handler.cc
@@ -636,7 +636,7 @@ void CertificateManagerHandler::ImportPersonalFileRead(
file_data_ = data;
// TODO(mattm): allow user to choose a slot to import to.
- module_ = certificate_manager_model_->cert_db().GetDefaultModule();
+ module_ = certificate_manager_model_->cert_db().GetPrivateModule();
net::CryptoModuleList modules;
modules.push_back(module_);

Powered by Google App Engine
This is Rietveld 408576698