commit | 75c22c91d3e40892d873f2205befd4ccb1184351 | [log] [tgz] |
---|---|---|
author | Florian Uunk <[email protected]> | Mon Jun 25 12:44:10 2018 |
committer | Commit Bot <[email protected]> | Mon Jun 25 12:44:10 2018 |
tree | 39be49b7721b438cd394e1f85a585071f768aa7e | |
parent | 9d1e56f968653a91306961789fc3440a1333c1ae [diff] [blame] |
Create a second, account scoped autofill database And expose it on WebDataServiceWrapper. Bug: 854643 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I6c7f121f2004d952591ee9a3bd5178cb592d6877 Reviewed-on: https://chromium-review.googlesource.com/1086930 Commit-Queue: Florian Uunk <[email protected]> Reviewed-by: Rohit Rao <[email protected]> Reviewed-by: Sebastien Seguin-Gagnon <[email protected]> Reviewed-by: Peter Kasting <[email protected]> Reviewed-by: Nico Weber <[email protected]> Reviewed-by: Marc Treib <[email protected]> Cr-Commit-Position: refs/heads/master@{#570019}
diff --git a/chrome/browser/ui/profile_error_dialog.h b/chrome/browser/ui/profile_error_dialog.h index 011a1ab..02c058b 100644 --- a/chrome/browser/ui/profile_error_dialog.h +++ b/chrome/browser/ui/profile_error_dialog.h
@@ -22,6 +22,7 @@ CREATE_FAILURE_SPECIFIED, CREATE_FAILURE_ALL, DB_PAYMENT_MANIFEST_WEB_DATA, + DB_ACCOUNT_AUTOFILL_WEB_DATA, END };