Index: components/ntp_snippets/pref_names.h |
diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h |
index 14f0d9311f7ff5603148874868e5a039ab4eb8b1..27aea7966fadb9ffea75edcf89a2c3947c21f21a 100644 |
--- a/components/ntp_snippets/pref_names.h |
+++ b/components/ntp_snippets/pref_names.h |
@@ -5,6 +5,8 @@ |
#ifndef COMPONENTS_NTP_SNIPPETS_PREF_NAMES_H_ |
#define COMPONENTS_NTP_SNIPPETS_PREF_NAMES_H_ |
+class PrefService; |
Marc Treib
2016/09/16 12:26:48
not needed?
skym
2016/09/16 18:18:48
Done.
|
+ |
namespace ntp_snippets { |
namespace prefs { |
@@ -31,6 +33,7 @@ extern const char kSnippetThumbnailsRequestsDay[]; |
extern const char kDismissedRecentOfflineTabSuggestions[]; |
extern const char kDismissedDownloadSuggestions[]; |
+extern const char kDismissedForeignSessionsSuggestions[]; |
// The pref name for the time when M54 was first started on the device. |
extern const char kBookmarksFirstM54Start[]; |