Skip to content

Commit

Permalink
Add note to cryptohome_util that functions are blocking.
Browse files Browse the repository at this point in the history
R=dkrahn
BUG=none

Review URL: https://codereview.chromium.org/632333002

Cr-Commit-Position: refs/heads/master@{#298674}
  • Loading branch information
thiemonagel authored and Commit bot committed Oct 8, 2014
1 parent 77cc0a5 commit 9673b7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chromeos/cryptohome/cryptohome_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

namespace chromeos {

// Wrappers of the D-Bus method calls for working with Tpm.
// Wrappers of the D-Bus method calls for working with Tpm. Note that all of
// these are blocking and thus must not be called on the UI thread!
namespace cryptohome_util {

// Returns whether Tpm is presented and enabled.
Expand Down

0 comments on commit 9673b7f

Please sign in to comment.