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

Unified Diff: components/autofill/core/browser/personal_data_manager.cc

Issue 478453002: Remove PersonalAutofillPopulator for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update AutofillManagerTest expectations Created 6 years, 4 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
« no previous file with comments | « components/autofill/core/browser/autofill_manager_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/personal_data_manager.cc
diff --git a/components/autofill/core/browser/personal_data_manager.cc b/components/autofill/core/browser/personal_data_manager.cc
index 90d518cee052ab8a07a69ee7d1e44e68023c1a94..dd5baecd6b0ae209de2b5ef6dd44e767fa83e463 100644
--- a/components/autofill/core/browser/personal_data_manager.cc
+++ b/components/autofill/core/browser/personal_data_manager.cc
@@ -926,9 +926,9 @@ void PersonalDataManager::LoadProfiles() {
pending_profiles_query_ = database_->GetAutofillProfiles(this);
}
-// Win, Linux, and iOS implementations do nothing. Mac and Android
-// implementations fill in the contents of |auxiliary_profiles_|.
-#if defined(OS_IOS) || (!defined(OS_MACOSX) && !defined(OS_ANDROID))
+// Win, Linux, Android and iOS implementations do nothing. Mac implementation
+// fills in the contents of |auxiliary_profiles_|.
+#if defined(OS_IOS) || !defined(OS_MACOSX)
void PersonalDataManager::LoadAuxiliaryProfiles(bool record_metrics) const {
}
#endif
« no previous file with comments | « components/autofill/core/browser/autofill_manager_unittest.cc ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698