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

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

Issue 12282004: Added personal_data_manager android implementation for auto-populating auto-fill on android builds … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed autogenerated nits from trybot Created 7 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: components/autofill/browser/personal_data_manager.cc
diff --git a/components/autofill/browser/personal_data_manager.cc b/components/autofill/browser/personal_data_manager.cc
index 5743f03d4708e91c28abb3bee7134501c4657631..0e6918700ff22332d34f4619ee4d9f61562be549 100644
--- a/components/autofill/browser/personal_data_manager.cc
+++ b/components/autofill/browser/personal_data_manager.cc
@@ -824,9 +824,9 @@ void PersonalDataManager::LoadProfiles() {
pending_profiles_query_ = autofill_data->GetAutofillProfiles(this);
}
-// Win and Linux implementations do nothing. Mac implementation fills in the
-// contents of |auxiliary_profiles_|.
-#if !defined(OS_MACOSX)
+// Win and Linux implementations do nothing. Mac and Android implementations
+// fill in the contents of |auxiliary_profiles_|.
+#if !defined(OS_MACOSX) && !defined(OS_ANDROID)
void PersonalDataManager::LoadAuxiliaryProfiles() {
}
#endif
« no previous file with comments | « components/autofill/browser/personal_data_manager.h ('k') | components/autofill/common/password_form_fill_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698