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

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

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.h
diff --git a/components/autofill/browser/personal_data_manager.h b/components/autofill/browser/personal_data_manager.h
index 4a1292ac3da7974ac4c99d5f0162b2ec250710a7..12f991e00bf3adeab739caadf04964d9b1865e31 100644
--- a/components/autofill/browser/personal_data_manager.h
+++ b/components/autofill/browser/personal_data_manager.h
@@ -204,7 +204,7 @@ class PersonalDataManager : public WebDataServiceConsumer,
// Loads the saved profiles from the web database.
virtual void LoadProfiles();
- // Loads the auxiliary profiles. Currently Mac only.
+ // Loads the auxiliary profiles. Currently Mac and Android only.
virtual void LoadAuxiliaryProfiles();
// Loads the saved credit cards from the web database.
« no previous file with comments | « components/autofill/browser/autofill_manager_unittest.cc ('k') | components/autofill/browser/personal_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698