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

Unified Diff: components/suggestions/suggestions_store.h

Issue 423133003: [Suggestions Service] Add support for expiring the SuggestionsStore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Expiry timestamps for suggestions Created 6 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
Index: components/suggestions/suggestions_store.h
diff --git a/components/suggestions/suggestions_store.h b/components/suggestions/suggestions_store.h
index c39f6620077e20c9c8c7a2950ab5770bbc95fadf..64fabe81c2594a8d55959068d732a898d302b24f 100644
--- a/components/suggestions/suggestions_store.h
+++ b/components/suggestions/suggestions_store.h
@@ -48,6 +48,9 @@ class SuggestionsStore {
PrefService* pref_service_;
DISALLOW_COPY_AND_ASSIGN(SuggestionsStore);
+
+ // filters expired suggestions.
manzagop (departed) 2014/07/31 15:31:51 Capitalize "filters".
gayane -on leave until 09-2017 2014/08/04 13:46:31 Done.
+ void FilterExpiredSuggestions(SuggestionsProfile* suggestions);
};
} // namespace suggestions

Powered by Google App Engine
This is Rietveld 408576698