Settings reset prompt: add startup logic
This adds the logic needed by the settings reset prompt to figure out
if a reset prompt should be shown to the user, and if so, which
setting the user should be prompted for.
BUG=
[email protected]
Review-Url: https://codereview.chromium.org/2727063006
Cr-Commit-Position: refs/heads/master@{#454550}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 71c331f..b6cbea8 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1716,6 +1716,8 @@
"safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h",
"safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc",
"safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h",
+ "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.cc",
+ "safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h",
"search/hotword_audio_history_handler.cc",
"search/hotword_audio_history_handler.h",
"search/hotword_client.h",