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

Unified Diff: chrome/browser/BUILD.gn

Issue 2614773008: Add a config class for the settings reset prompt. (Closed)
Patch Set: Addressed csharp's comments. Created 3 years, 11 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
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 8953b327458f79c31c7b3cb5d5d59b1da423bde5..064d989e13910a56d4eef8d8bea81390244a1ded 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1075,6 +1075,8 @@ split_static_library("browser") {
"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",

Powered by Google App Engine
This is Rietveld 408576698