summaryrefslogtreecommitdiffstats
path: root/components/autofill/browser/risk/fingerprint.h
Commit message (Collapse)AuthorAgeFilesLines
* [Autofill:Risk] Add browser feature to the Risk protobuf.isherman@chromium.org2013-03-261-0/+3
| | | | | | | | | | | This allows the risk server to distinguish Autocheckout vs. RequestAutocomplete. BUG=222426 Review URL: https://chromiumcodereview.appspot.com/12976002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190651 0039d316-1c4b-4281-b951-d872f2087c98
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-0/+75
This leaves behind all browser tests, the AutofillCCInfobarDelegate and PersonalDataManagerFactory, which remain Chrome-specific. All source files were moved using //tools/git/move_source_file.py, which updates includes of moved files, sorts include order, and updates header guards. The only manual bits of this change were: - Move .proto file - Move .cc.utf8 file - Update .gypi files - Update DEPS files - Remove an unnecessary include from autofill_manager.cc TBR=ben@chromium.org BUG=140037 Review URL: https://chromiumcodereview.appspot.com/12434004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187173 0039d316-1c4b-4281-b951-d872f2087c98