summaryrefslogtreecommitdiffstats
path: root/stub_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'stub_ui.h')
-rw-r--r--stub_ui.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/stub_ui.h b/stub_ui.h
index ca137dff3..fb1d8c7a6 100644
--- a/stub_ui.h
+++ b/stub_ui.h
@@ -74,6 +74,13 @@ class StubRecoveryUI : public RecoveryUI {
return 0;
}
+ size_t ShowPromptWipeDataConfirmationMenu(
+ const std::vector<std::string>& /* backup_headers */,
+ const std::vector<std::string>& /* backup_items */,
+ const std::function<int(int, bool)>& /* key_handle */) override {
+ return 0;
+ }
+
void SetTitle(const std::vector<std::string>& /* lines */) override {}
};