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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 2106413003: UpdatePasswordInfoBarController for update password UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_delegate
Patch Set: Removing __unsafe_unretained as it is only applicable for ObjC objects Created 4 years, 6 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: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index bd3c6e90622784e065d2c15a89ff1771c7a291c4..3669ab7397e06902db9ff3926703895670ddd847 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -452,6 +452,8 @@
'browser/passwords/password_generation_utils.h',
'browser/passwords/password_generation_utils.mm',
'browser/passwords/passwords_ui_delegate.h',
+ 'browser/passwords/update_password_infobar_controller.h',
+ 'browser/passwords/update_password_infobar_controller.mm',
'browser/pref_names.cc',
'browser/pref_names.h',
'browser/prefs/browser_prefs.h',

Powered by Google App Engine
This is Rietveld 408576698