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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2701313002: Adds a modal dialog implementation of the settings reset prompt. (Closed)
Patch Set: Fix constness in mock test class Created 3 years, 10 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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 07378267e5e0857ac33462450d7fc192be1e448c..a4d75b832256464d9bb2926df0fd74b71e5867fe 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -3051,6 +3051,8 @@ split_static_library("ui") {
"views/frame/windows_10_caption_button.cc",
"views/frame/windows_10_caption_button.h",
"views/network_profile_bubble_view.cc",
+ "views/settings_reset_prompt_dialog.cc",
+ "views/settings_reset_prompt_dialog.h",
"views/uninstall_view.cc",
"views/uninstall_view.h",
"webui/cast/cast_ui.cc",

Powered by Google App Engine
This is Rietveld 408576698