Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 8b187e321ca386751a8efc836bbf809fa72d5793..094ea81ee114676db5d394cfdb094333dc1d9260 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1324,6 +1324,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 |