Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3138)

Unified Diff: chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h

Issue 2800773003: Settings reset prompt: add more UI metrics. (Closed)
Patch Set: Remove interaction_done_ Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698