Index: chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h |
diff --git a/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h b/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h |
index a79a081d04a3af4296c100454c5db3de17ba22ef..4e3ca5198fa07456439cb4f7f1389e847664e9ae 100644 |
--- a/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h |
+++ b/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h |
@@ -48,9 +48,13 @@ class SettingsResetPromptController { |
// |Accept()| will be called by the dialog when the user clicks the main |
// button, after which the dialog will be closed. |
void Accept(); |
- // |Cancel()| will be called by the dialog when the user clicks the dismiss |
- // button on the top right, after which the dialog will be closed. |
+ // |Cancel()| will be called by the dialog when the user clicks the cancel |
+ // button, after which the dialog will be closed. |
void Cancel(); |
+ // |Close()| will be called by the dialog when the user dismisses the dialog, |
+ // for example by clicking the x in the top right corner or by pressing the |
+ // Escape key. |
+ void Close(); |
private: |
~SettingsResetPromptController(); |