Index: chrome/browser/chromeos/contacts/contact.proto |
diff --git a/chrome/browser/chromeos/contacts/contact.proto b/chrome/browser/chromeos/contacts/contact.proto |
index e31c8444e4040846722d149e3e0b689c1f726c5b..78d9f291f3e0166c9857435370aa3b513190e866 100644 |
--- a/chrome/browser/chromeos/contacts/contact.proto |
+++ b/chrome/browser/chromeos/contacts/contact.proto |
@@ -97,3 +97,12 @@ message Contact { |
} |
repeated InstantMessagingAddress instant_messaging_addresses = 14; |
} |
+ |
+// Singleton message used by ContactDatabase to store update-related metadata. |
+message UpdateMetadata { |
+ // Next ID to use: 2 |
+ |
+ // Time at which the last successful update was started, as given by |
+ // base::Time::ToInternalValue(). |
+ optional int64 last_update_start_time = 1; |
+} |