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

Unified Diff: chrome/browser/certificate_manager_model.h

Issue 10407072: certificate manager: Disable export option for TPM-backed certs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move the extractability test out of net/ Created 8 years, 7 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/certificate_manager_model.h
diff --git a/chrome/browser/certificate_manager_model.h b/chrome/browser/certificate_manager_model.h
index a82409483dcc1b2cee818ec32f68ece448cc07a7..f00a5cb6a944641dc0c691937d02b2fc10e89f64 100644
--- a/chrome/browser/certificate_manager_model.h
+++ b/chrome/browser/certificate_manager_model.h
@@ -100,6 +100,9 @@ class CertificateManagerModel {
// function returns.
bool Delete(net::X509Certificate* cert);
+ // IsHardwareBacked returns true if |cert| is hardware backed.
wtc 2012/05/22 23:43:46 Please document that this function is only impleme
hshi1 2012/05/23 00:03:29 Done.
+ bool IsHardwareBacked(const net::X509Certificate* cert) const;
+
private:
// Callback used by Refresh() for when the cert slots have been unlocked.
// This method does the actual refreshing.

Powered by Google App Engine
This is Rietveld 408576698