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

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 assortment of nits Created 7 years, 10 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 395db8904cfd801e35e98a97ee9b39bb93c22664..fd7ef3e8faa7141a0db5f97c7d42ddacb0f38742 100644
--- a/chrome/browser/autofill/personal_data_manager.h
+++ b/chrome/browser/autofill/personal_data_manager.h
@@ -209,7 +209,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