Integration with Toolbar autofill servers.
Still to do:
1. Update upload rates based on response
2. Differentiate autofilled/not uploads
3. Do not query if there is no items in autofill
4. Fix forms to correspond to the data queried by toolbar
BUG=none
TEST=Should request data from toolbar servers
Review URL: http://codereview.chromium.org/1119004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42260 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2563588b..bb18a87 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -121,6 +121,8 @@
# Windows version of autofill dialog is defined in
# 'browser/views/autofill_profiles_view_win.cc'
'browser/autofill/autofill_dialog.h',
+ 'browser/autofill/autofill_download.cc',
+ 'browser/autofill/autofill_download.h',
'browser/autofill/autofill_field.cc',
'browser/autofill/autofill_field.h',
'browser/autofill/autofill_infobar_delegate.cc',