Add a model for the settings reset prompt.
This patch introduces the SettingsResetPromptModel class.
BUG=
Review-Url: https://codereview.chromium.org/2632403003
Cr-Commit-Position: refs/heads/master@{#446553}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 7f4542b..33250439 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1094,8 +1094,6 @@
"resources_util.h",
"safe_browsing/safe_browsing_tab_observer.cc",
"safe_browsing/safe_browsing_tab_observer.h",
- "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc",
- "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h",
"safe_browsing/srt_client_info_win.cc",
"safe_browsing/srt_client_info_win.h",
"safe_browsing/srt_fetcher_win.cc",
@@ -1691,6 +1689,12 @@
"renderer_context_menu/context_menu_content_type_platform_app.h",
"renderer_host/chrome_extension_message_filter.cc",
"renderer_host/chrome_extension_message_filter.h",
+ "safe_browsing/settings_reset_prompt/extension_info.cc",
+ "safe_browsing/settings_reset_prompt/extension_info.h",
+ "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc",
+ "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h",
+ "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc",
+ "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h",
"search/hotword_audio_history_handler.cc",
"search/hotword_audio_history_handler.h",
"search/hotword_client.h",