Chromium Code Reviews| Index: components/suggestions/suggestions_service.h |
| diff --git a/components/suggestions/suggestions_service.h b/components/suggestions/suggestions_service.h |
| index ee1ed92ca6afa4f288d455684c805d8aef3cb87b..312ac5310df3de92c04e365c299feff4dbdeacf2 100644 |
| --- a/components/suggestions/suggestions_service.h |
| +++ b/components/suggestions/suggestions_service.h |
| @@ -92,6 +92,9 @@ class SuggestionsService : public KeyedService, public net::URLFetcherDelegate { |
| // Register SuggestionsService related prefs in the Profile prefs. |
| static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry); |
| + // adds deafult expiry timestamp if neccessary |
|
manzagop (departed)
2014/07/31 15:31:50
Capitalize.
gayane -on leave until 09-2017
2014/08/04 13:46:30
Done.
|
| + void AddDefaultExpiryTimestamps(SuggestionsProfile* suggestions); |
| + |
| private: |
| FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest, BlacklistURLFails); |
| FRIEND_TEST_ALL_PREFIXES(SuggestionsServiceTest, FetchSuggestionsData); |