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

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

Issue 4683003: Sending the proto files for review to unblcok the server team Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 10 years, 1 month 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 a53a75a07281ea696ec4fc1d25f330ca901b3a37..536623c6d0627ca6cd23b94eab7b77865f297ba2 100644
--- a/chrome/browser/sync/protocol/autofill_specifics.proto
+++ b/chrome/browser/sync/protocol/autofill_specifics.proto
@@ -19,6 +19,8 @@ import "sync.proto";
message AutofillProfileSpecifics {
// User-defined label.
optional string label = 1;
+
+ optional string guid = 15;
// Contact info.
optional string name_first = 2;
@@ -94,4 +96,5 @@ message AutofillSpecifics {
extend EntitySpecifics {
optional AutofillSpecifics autofill = 31729;
+ optional AutofillProfileSpecifics autofill_profile = 63951;
}
« no previous file with comments | « chrome/browser/sync/profile_sync_service_autofill_unittest.cc ('k') | chrome/browser/sync/syncable/model_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698