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

Unified Diff: chrome/browser/sync/protocol/autofill_specifics.proto

Issue 7607012: [Sync] Fix sync proto files to better match server versions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/protocol/autofill_specifics.proto
diff --git a/chrome/browser/sync/protocol/autofill_specifics.proto b/chrome/browser/sync/protocol/autofill_specifics.proto
index ae35da2b44cb7b9d775f8be222876af0957f5366..17b50b446cbde66224e982d90a05d9302574e7e9 100644
--- a/chrome/browser/sync/protocol/autofill_specifics.proto
+++ b/chrome/browser/sync/protocol/autofill_specifics.proto
@@ -22,7 +22,7 @@ import "sync.proto";
message AutofillProfileSpecifics {
// User-defined label.
optional string label = 1;
-
+
optional string guid = 15;
// Contact info.
@@ -46,7 +46,7 @@ message AutofillProfileSpecifics {
}
message AutofillCreditCardSpecifics {
tim (not reviewing) 2011/08/09 22:30:11 sigh.. given that this was never used by a single
akalin 2011/08/10 00:49:53 I can do this in a separate CL.
- // User-defined label (e.g. Amazon Visa).
+ // User-defined label (e.g. Amazon Visa).
optional string label = 1;
// The cardholder's name.

Powered by Google App Engine
This is Rietveld 408576698