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

Unified Diff: chrome/browser/autofill/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 Nits 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: chrome/browser/autofill/personal_data_manager.h
diff --git a/chrome/browser/autofill/personal_data_manager.h b/chrome/browser/autofill/personal_data_manager.h
index b5889452db17217f967b87b183b8c6add77d9d54..20cccf37ae3106014778caf5c1344ce77466eff3 100644
--- a/chrome/browser/autofill/personal_data_manager.h
+++ b/chrome/browser/autofill/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.

Powered by Google App Engine
This is Rietveld 408576698