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

Unified Diff: chrome/browser/autofill/options_util.cc

Issue 1785923010: Remove kAutofillWalletSyncExperimentEnabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark wallet_sync as obsolete, remove wallet_sync_enabled. Created 4 years, 9 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/browser/autofill/options_util.cc
diff --git a/chrome/browser/autofill/options_util.cc b/chrome/browser/autofill/options_util.cc
deleted file mode 100644
index 059a587ba3043a5f07ab5dfec1f74e1ea2a11c00..0000000000000000000000000000000000000000
--- a/chrome/browser/autofill/options_util.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/autofill/options_util.h"
-
-#include "chrome/browser/autofill/personal_data_manager_factory.h"
-#include "chrome/browser/profiles/profile.h"
-#include "chrome/browser/sync/profile_sync_service_factory.h"
-#include "components/autofill/core/browser/options_util.h"
-#include "components/browser_sync/browser/profile_sync_service.h"
-
-namespace autofill {
-
-bool WalletIntegrationAvailableForProfile(Profile* profile) {
- return WalletIntegrationAvailable(
- ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile),
- *PersonalDataManagerFactory::GetForProfile(profile));
-}
-
-} // namespace autofill
« no previous file with comments | « chrome/browser/autofill/options_util.h ('k') | chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698