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

Unified Diff: chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc

Issue 310463005: Fill in more name fields with requestAutocomplete (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dumb test is dumb Created 6 years, 6 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/two_client_autofill_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
index 772f99405349846b171e4c2cdb0862582a2e78c3..81701725b0fa3e1e02ade7b4220c26f5e817fdfe 100644
--- a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
@@ -335,11 +335,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAutofillSyncTest, MaxLength) {
base::string16 max_length_string(AutofillTable::kMaxDataLength, '.');
UpdateProfile(0,
GetAllProfiles(0)[0]->guid(),
- AutofillType(autofill::NAME_FIRST),
- max_length_string);
- UpdateProfile(0,
- GetAllProfiles(0)[0]->guid(),
- AutofillType(autofill::NAME_LAST),
+ AutofillType(autofill::NAME_FULL),
max_length_string);
UpdateProfile(0,
GetAllProfiles(0)[0]->guid(),
« no previous file with comments | « chrome/browser/autofill/autofill_browsertest.cc ('k') | chrome/browser/ui/autofill/autofill_dialog_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698