Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 9fc4a7d735f870d4cb87058c1626b2fc42a66f01..54e734b62b34f3b681a06e52453e3b42491fff7e 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1307,6 +1307,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 |