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

Unified Diff: components/autofill.gypi

Issue 710453002: [Autofill] Componentize AutofillCCInfoBarDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Abstracting the call to WebContents::OpenURL() throuh the AutofillDriver. Created 6 years, 1 month 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: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 359ad36849c97b7f5e7f1453ccb12f694d6bc4ed..940618a538e1f88557081f8af1c4836bdde9b8b7 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -350,6 +350,8 @@
'webdata_common',
],
'sources': [
+ 'autofill/content/browser/autofill_cc_infobar_delegate.cc',
+ 'autofill/content/browser/autofill_cc_infobar_delegate.h',
'autofill/content/browser/content_autofill_driver.cc',
'autofill/content/browser/content_autofill_driver.h',
'autofill/content/browser/request_autocomplete_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698