| Index: chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h
|
| diff --git a/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h b/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h
|
| index 771531a8786237212f223d016126b633e34366eb..7ac123f0cdac364039debe61afa79e8fcccacc09 100644
|
| --- a/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h
|
| +++ b/chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h
|
| @@ -48,6 +48,7 @@ class SettingsResetPromptModel {
|
| NO_RESET_REQUIRED_DUE_TO_RECENTLY_PROMPTED = 4,
|
| NO_RESET_REQUIRED_DUE_TO_OTHER_SETTING_REQUIRING_RESET = 5,
|
| NO_RESET_REQUIRED_DUE_TO_POLICY = 6,
|
| + RESET_STATE_MAX = 7
|
| };
|
|
|
| using ExtensionMap =
|
| @@ -103,6 +104,8 @@ class SettingsResetPromptModel {
|
| // be disabled.
|
| virtual const ExtensionMap& extensions_to_disable() const;
|
|
|
| + void ReportUmaMetrics() const;
|
| +
|
| protected:
|
| // Exposed for mocking in tests.
|
| SettingsResetPromptModel(
|
|
|