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

Unified Diff: chrome/test/data/webui/settings/passwords_and_autofill_fake_data.js

Issue 2569313002: [MD-Settings] Add Ellipsis for the Address List Pieces. (Closed)
Patch Set: nit Created 4 years 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/test/data/webui/settings/passwords_and_autofill_fake_data.js
diff --git a/chrome/test/data/webui/settings/passwords_and_autofill_fake_data.js b/chrome/test/data/webui/settings/passwords_and_autofill_fake_data.js
index 08b926a007f10a27a8e6baf551144c2f861f0cbd..18c5d33ed033b493453ababc9f4b18153b0c18ce 100644
--- a/chrome/test/data/webui/settings/passwords_and_autofill_fake_data.js
+++ b/chrome/test/data/webui/settings/passwords_and_autofill_fake_data.js
@@ -70,7 +70,7 @@ FakeDataMaker.addressEntry = function() {
ret.languageCode = 'EN-US';
ret.metadata = {isLocal: true};
ret.metadata.summaryLabel = ret.fullNames[0];
- ret.metadata.summarySublabel = ' ' + ret.addressLines;
+ ret.metadata.summarySublabel = ', ' + ret.addressLines;
return ret;
};

Powered by Google App Engine
This is Rietveld 408576698