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

Unified Diff: chrome/browser/sync/test/integration/autofill_helper.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/sync/test/integration/autofill_helper.h
===================================================================
--- chrome/browser/sync/test/integration/autofill_helper.h (revision 152427)
+++ chrome/browser/sync/test/integration/autofill_helper.h (working copy)
@@ -18,6 +18,7 @@
class AutofillKey;
class AutofillProfile;
class AutofillType;
+class CreditCard;
class PersonalDataManager;
class WebDataService;
@@ -58,6 +59,10 @@
// |autofill_profiles|.
void SetProfiles(int profile, std::vector<AutofillProfile>* autofill_profiles);
+// Replaces the CreditCard profiles in sync profile |profile| with
+// |credit_cards|.
+void SetCreditCards(int profile, std::vector<CreditCard>* credit_cards);
+
// Adds the autofill profile |autofill_profile| to sync profile |profile|.
void AddProfile(int profile, const AutofillProfile& autofill_profile);
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/browser/sync/test/integration/autofill_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698