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

Unified Diff: components/suggestions/proto/suggestions.proto

Issue 423133003: [Suggestions Service] Add support for expiring the SuggestionsStore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Coding style fixes and refactoring Created 6 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: components/suggestions/proto/suggestions.proto
diff --git a/components/suggestions/proto/suggestions.proto b/components/suggestions/proto/suggestions.proto
index aaf5ef6ce813f7619f75be7c3244a86121ef59b8..8cbd52deb514c25e6364885fb20fe66f8fffe7e6 100644
--- a/components/suggestions/proto/suggestions.proto
+++ b/components/suggestions/proto/suggestions.proto
@@ -42,6 +42,9 @@ message ChromeSuggestion {
// The provider(s) responsible for this suggestion.
repeated ProviderId providers = 5;
+
+ // The timestamp (usec) at which this suggestion ceases to be valid.
+ optional int64 expiry_ts = 7;
}
// A list of URLs that should be filtered from the SuggestionsProfile.

Powered by Google App Engine
This is Rietveld 408576698