aboutsummaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/device.h b/device.h
index f74b6b0..393b507 100644
--- a/device.h
+++ b/device.h
@@ -102,6 +102,9 @@ class Device {
virtual bool PreWipeData() { return true; }
virtual bool PostWipeData() { return true; }
+ // Called before reboot
+ virtual char const* GetRebootReason() { return ""; }
+
private:
RecoveryUI* ui_;
};