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. |