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

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: unittest fixes 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
« no previous file with comments | « components/suggestions/suggestions_service_unittest.cc ('k') | components/suggestions/suggestions_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/suggestions/suggestions_store.h
diff --git a/components/suggestions/suggestions_store.h b/components/suggestions/suggestions_store.h
index c39f6620077e20c9c8c7a2950ab5770bbc95fadf..78ff7f6b17cb900816060ed5f2dbcb3ce3bdf0da 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.
+ void FilterExpiredSuggestions(SuggestionsProfile* suggestions);
};
} // namespace suggestions
« no previous file with comments | « components/suggestions/suggestions_service_unittest.cc ('k') | components/suggestions/suggestions_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698