diff options
Diffstat (limited to 'hardware_chromeos.h')
| -rw-r--r-- | hardware_chromeos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardware_chromeos.h b/hardware_chromeos.h index 8829866a..57be3b03 100644 --- a/hardware_chromeos.h +++ b/hardware_chromeos.h @@ -58,6 +58,7 @@ class HardwareChromeOS final : public HardwareInterface { bool GetNonVolatileDirectory(base::FilePath* path) const override; bool GetPowerwashSafeDirectory(base::FilePath* path) const override; int64_t GetBuildTimestamp() const override; + bool AllowDowngrade() const override { return false; } bool GetFirstActiveOmahaPingSent() const override; bool SetFirstActiveOmahaPingSent() override; |
