summaryrefslogtreecommitdiffstats
path: root/components/webdata_services/web_data_service_wrapper.cc
diff options
context:
space:
mode:
authordominicc <dominicc@chromium.org>2015-06-08 22:10:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-09 05:11:17 +0000
commitdf8814b6252330f3858e72b806b1cffa5dd966ae (patch)
tree27a92c7da60b587b519e2837c1b228c962d8a37c /components/webdata_services/web_data_service_wrapper.cc
parenteb1d8626cceb094b96af88f35210f9ac27499102 (diff)
downloadchromium_src-df8814b6252330f3858e72b806b1cffa5dd966ae.zip
chromium_src-df8814b6252330f3858e72b806b1cffa5dd966ae.tar.gz
chromium_src-df8814b6252330f3858e72b806b1cffa5dd966ae.tar.bz2
Revert of [autofill] Sync server card and address metadata. (patchset #8 id:820001 of https://codereview.chromium.org/1110833002/)
Reason for revert: Chrome Stability sheriff here--I suspect that this is causing crashes on Win, Mac and Android (maybe everything); see https://code.google.com/p/chromium/issues/detail?id=497659#c6 Original issue's description: > [autofill] Sync server card and address metadata. > > BUG=481595 > > Committed: https://crrev.com/7c5be3bcf846d4de1d552342f46abb793127f5c5 > Cr-Commit-Position: refs/heads/master@{#333202} TBR=estade@chromium.org,zea@chromium.org,pkasting@chromium.org,rouslan@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=481595 Review URL: https://codereview.chromium.org/1170123002 Cr-Commit-Position: refs/heads/master@{#333448}
Diffstat (limited to 'components/webdata_services/web_data_service_wrapper.cc')
-rw-r--r--components/webdata_services/web_data_service_wrapper.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/webdata_services/web_data_service_wrapper.cc b/components/webdata_services/web_data_service_wrapper.cc
index d1aeea8..73d48e7 100644
--- a/components/webdata_services/web_data_service_wrapper.cc
+++ b/components/webdata_services/web_data_service_wrapper.cc
@@ -11,7 +11,6 @@
#include "components/autofill/core/browser/webdata/autocomplete_syncable_service.h"
#include "components/autofill/core/browser/webdata/autofill_profile_syncable_service.h"
#include "components/autofill/core/browser/webdata/autofill_table.h"
-#include "components/autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service.h"
#include "components/autofill/core/browser/webdata/autofill_wallet_syncable_service.h"
#include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
#include "components/password_manager/core/browser/webdata/logins_table.h"
@@ -48,9 +47,6 @@ void InitSyncableServicesOnDBThread(
autofill_web_data.get(), autofill_backend, app_locale);
autofill::AutofillWalletSyncableService::CreateForWebDataServiceAndBackend(
autofill_web_data.get(), autofill_backend, app_locale);
- autofill::AutofillWalletMetadataSyncableService::
- CreateForWebDataServiceAndBackend(autofill_web_data.get(),
- autofill_backend, app_locale);
autofill::AutofillProfileSyncableService::FromWebDataService(
autofill_web_data.get())->InjectStartSyncFlare(sync_flare);