Index: components/ntp_snippets/pref_names.h |
diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h |
index 5ff759f0d6982a7817159e74ee36fd818272c93b..a95dfb02cfa39e3393cec6616a287943a56cf114 100644 |
--- a/components/ntp_snippets/pref_names.h |
+++ b/components/ntp_snippets/pref_names.h |
@@ -71,6 +71,8 @@ extern const char kUserClassifierLastTimeToUseSuggestions[]; |
// The pref name for the current order of categories and their clicks. |
extern const char kClickBasedCategoryRankerOrderWithClicks[]; |
+// The pref name for the time when last click decay has happened. |
+extern const char kClickBasedCategoryRankerLastDecayTime[]; |
} // namespace prefs |
} // namespace ntp_snippets |