Chromium Code Reviews| Index: tpm.h |
| diff --git a/tpm.h b/tpm.h |
| index e3b4864fde13eec083199855c9d9fb982d8bf559..27bec227fc65636ed1e083605ae23280089a9d2e 100644 |
| --- a/tpm.h |
| +++ b/tpm.h |
| @@ -69,7 +69,7 @@ class Tpm { |
| // Runs the TPM initialization sequence. This may take a long time due to the |
| // call to Tspi_TPM_TakeOwnership. |
| - bool InitializeTpm(); |
| + bool InitializeTpm(bool* OUT_took_ownership); |
| // Gets random bytes from the TPM |
| // |