diff options
Diffstat (limited to 'common/constants.h')
-rw-r--r-- | common/constants.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/common/constants.h b/common/constants.h index 660d9a96..649034eb 100644 --- a/common/constants.h +++ b/common/constants.h @@ -19,13 +19,6 @@ namespace chromeos_update_engine { -// The name of the marker file used to trigger powerwash when post-install -// completes successfully so that the device is powerwashed on next reboot. -extern const char kPowerwashMarkerFile[]; - -// The contents of the powerwash marker file. -extern const char kPowerwashCommand[]; - // Directory for AU prefs that are preserved across powerwash. extern const char kPowerwashSafePrefsSubDirectory[]; @@ -100,6 +93,7 @@ extern const char kPayloadPropertyMetadataSize[]; extern const char kPayloadPropertyMetadataHash[]; extern const char kPayloadPropertyAuthorization[]; extern const char kPayloadPropertyUserAgent[]; +extern const char kPayloadPropertyPowerwash[]; // A download source is any combination of protocol and server (that's of // interest to us when looking at UMA metrics) using which we may download |