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

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

Issue 10855253: Convert the autofill pyauto tests to browser tests, and remove all the supporting automation hooks … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 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
Index: chrome/browser/autofill/personal_data_manager.h
===================================================================
--- chrome/browser/autofill/personal_data_manager.h (revision 152427)
+++ chrome/browser/autofill/personal_data_manager.h (working copy)
@@ -29,6 +29,7 @@
namespace autofill_helper {
void SetProfiles(int, std::vector<AutofillProfile>*);
+void SetCreditCards(int, std::vector<CreditCard>*);
}
// Handles loading and saving Autofill profile information to the web database.
@@ -148,12 +149,14 @@
FRIEND_TEST_ALL_PREFIXES(AutofillMetricsTest, AutofillIsEnabledAtStartup);
FRIEND_TEST_ALL_PREFIXES(PersonalDataManagerTest,
AggregateExistingAuxiliaryProfile);
+ friend class AutofillTest;
friend class PersonalDataManagerFactory;
friend class PersonalDataManagerTest;
friend class scoped_ptr<PersonalDataManager>;
friend class ProfileSyncServiceAutofillTest;
friend class TestingAutomationProvider;
friend void autofill_helper::SetProfiles(int, std::vector<AutofillProfile>*);
+ friend void autofill_helper::SetCreditCards(int, std::vector<CreditCard>*);
PersonalDataManager();
virtual ~PersonalDataManager();
« no previous file with comments | « chrome/browser/autofill/autofill_browsertest.cc ('k') | chrome/browser/automation/automation_provider_observers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698