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

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

Issue 2106413003: UpdatePasswordInfoBarController for update password UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_delegate
Patch Set: remove //weak Created 4 years, 5 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
« no previous file with comments | « no previous file | ios/chrome/browser/infobars/confirm_infobar_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/BUILD.gn
diff --git a/ios/chrome/browser/BUILD.gn b/ios/chrome/browser/BUILD.gn
index 11635d5b5cf7b9c3287fd72ee6056a5d4bc41d99..d3cb2eb8511b8627482fd9a083f138fe20190233 100644
--- a/ios/chrome/browser/BUILD.gn
+++ b/ios/chrome/browser/BUILD.gn
@@ -192,6 +192,7 @@ source_set("browser") {
"history/top_sites_factory.h",
"history/web_history_service_factory.cc",
"history/web_history_service_factory.h",
+ "infobars/confirm_infobar_controller+protected.h",
"infobars/confirm_infobar_controller.h",
"infobars/confirm_infobar_controller.mm",
"infobars/infobar.h",
@@ -312,6 +313,8 @@ source_set("browser") {
"passwords/password_generation_utils.h",
"passwords/password_generation_utils.mm",
"passwords/passwords_ui_delegate.h",
+ "passwords/update_password_infobar_controller.h",
+ "passwords/update_password_infobar_controller.mm",
"pref_names.cc",
"pref_names.h",
"prefs/browser_prefs.h",
« no previous file with comments | « no previous file | ios/chrome/browser/infobars/confirm_infobar_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698