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

Unified Diff: tpm.h

Issue 6821025: entd: move opencryptoki initialization out of entd (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/entd.git@master
Patch Set: switch to using a flag to expect cryptohome to init pkcs11 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
« no previous file with comments | « reference_extension/options.html ('k') | tpm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tpm.h
diff --git a/tpm.h b/tpm.h
index 3c5ef5175b7002476da31ff226aad4eaedac5352..31b9eaec0064086c70a19fdf40802af45d7903ef 100644
--- a/tpm.h
+++ b/tpm.h
@@ -30,6 +30,10 @@ class Tpm : public Scriptable<Tpm> {
const v8::AccessorInfo& info);
static v8::Handle<v8::Value> GetStatusString(v8::Local<v8::String> property,
const v8::AccessorInfo& info);
+ static v8::Handle<v8::Value> IsTokenReady(v8::Local<v8::String> property,
+ const v8::AccessorInfo& info);
+
+ static bool cryptohome_init_pkcs11;
};
} // namespace entd
« no previous file with comments | « reference_extension/options.html ('k') | tpm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698