diff options
Diffstat (limited to 'common/platform_constants.h')
-rw-r--r-- | common/platform_constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/platform_constants.h b/common/platform_constants.h index d1786ff2..6eaa940e 100644 --- a/common/platform_constants.h +++ b/common/platform_constants.h @@ -50,6 +50,10 @@ extern const char kOmahaResponseDeadlineFile[]; // The stateful directory used by update_engine. extern const char kNonVolatileDirectory[]; +// Options passed to the filesystem when mounting the new partition during +// postinstall. +extern const char kPostinstallMountOptions[]; + } // namespace constants } // namespace chromeos_update_engine |