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

Unified Diff: chrome/browser/chromeos/contacts/contact.proto

Issue 10836043: contacts: Add UpdateMetadata protocol buffer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a comment Created 8 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/contacts/contact_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+}
« no previous file with comments | « no previous file | chrome/browser/chromeos/contacts/contact_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698