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
|