Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index ab0b57d7afc11cb0ed5514d23b36fe4714f89d73..763e877d824baea1019fca07a9606c3154b0e5bc 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1313,6 +1313,10 @@ const char kZeroSuggestCachedResults[] = "zerosuggest.cachedresults"; |
// protobuf. |
const char kSuggestionsData[] = "suggestions.data"; |
+// A cache of a suggestions blacklist, represented as a serialized |
+// SuggestionsBlacklist protobuf. |
+const char kSuggestionsBlacklist[] = "suggestions.blacklist"; |
+ |
// *************** LOCAL STATE *************** |
// These are attached to the machine/installation |