| Index: utils.h
|
| diff --git a/utils.h b/utils.h
|
| index 497963627149758b1e5a1db7b2bf0129f08ac635..1f87bc0cfa4ba3dab146c9c4bad516e158452941 100644
|
| --- a/utils.h
|
| +++ b/utils.h
|
| @@ -29,6 +29,10 @@ bool IsOfficialBuild();
|
| // otherwise.
|
| bool IsOOBEComplete();
|
|
|
| +// Returns true if the boot mode is normal, false otherwise (e.g., developer or
|
| +// recovery).
|
| +bool IsNormalBootMode();
|
| +
|
| // Writes the data passed to path. The file at path will be overwritten if it
|
| // exists. Returns true on success, false otherwise.
|
| bool WriteFile(const char* path, const char* data, int data_len);
|
|
|