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

Unified Diff: sync/protocol/autofill_specifics.proto

Issue 16024018: [Autofill] Sync Autofill profiles' origins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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: sync/protocol/autofill_specifics.proto
diff --git a/sync/protocol/autofill_specifics.proto b/sync/protocol/autofill_specifics.proto
index ac7bc5194e934595bff7a443c6ca93dfbdc12c3b..52566aa1510b2de30a5f2bdfc2298deef70ca8c6 100644
--- a/sync/protocol/autofill_specifics.proto
+++ b/sync/protocol/autofill_specifics.proto
@@ -22,6 +22,7 @@ message AutofillProfileSpecifics {
optional string label = 1;
optional string guid = 15;
+ optional string origin = 16;
// Contact info.
repeated string name_first = 2;
@@ -62,4 +63,3 @@ message AutofillSpecifics {
// optional bytes deprecated_encrypted_credit_card = 5;
// optional AutofillCreditCardSpecifics deprecated_credit_card = 6;
}
-
Nicolas Zea 2013/06/19 21:49:13 nit: shouldn't this still be there? (I thought we
Ilya Sherman 2013/06/19 21:54:44 There were two newlines at the end of this file; n
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc ('k') | sync/protocol/proto_value_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698