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

Unified Diff: chrome/chrome_browser.gypi

Issue 11539003: Pop up requestAutocomplete UI when autofill server hints chrome client that it is in a multipage au… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed review comments. Created 7 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index f58d9e5fa2e4272e927a5a0b31178bbf2ef128be..061cd7a7019552c596d3888709c48695ec029b6f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -190,6 +190,10 @@
'browser/autofill/autofill_external_delegate.h',
'browser/autofill/autofill_field.cc',
'browser/autofill/autofill_field.h',
+ 'browser/autofill/autofill_flow_infobar_delegate.cc',
+ 'browser/autofill/autofill_flow_infobar_delegate.h',
+ 'browser/autofill/autofill_flow_util.cc',
+ 'browser/autofill/autofill_flow_util.h',
'browser/autofill/autofill_ie_toolbar_import_win.cc',
'browser/autofill/autofill_ie_toolbar_import_win.h',
'browser/autofill/autofill_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698