Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1000)

Unified Diff: chrome/browser/search/suggestions/proto/suggestions.proto

Issue 330473003: Offline blacklisting for SuggestionsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/search/suggestions/proto/suggestions.proto
diff --git a/chrome/browser/search/suggestions/proto/suggestions.proto b/chrome/browser/search/suggestions/proto/suggestions.proto
index bfa6ff04c1a0ab96a3488397358b07605b840344..251cc9498adf4c717511b0228e5387b019722b9e 100644
--- a/chrome/browser/search/suggestions/proto/suggestions.proto
+++ b/chrome/browser/search/suggestions/proto/suggestions.proto
@@ -43,3 +43,11 @@ message ChromeSuggestion {
// The provider(s) responsible for this suggestion.
repeated ProviderId providers = 5;
}
+
+// A list of URLs that should be filtered from the SuggestionsProfile.
+//
+// Next tag: 2
+message SuggestionsBlacklist {
+ // URLs that make up the blacklist.
+ repeated string urls = 1;
+}
« no previous file with comments | « chrome/browser/search/suggestions/blacklist_store_unittest.cc ('k') | chrome/browser/search/suggestions/suggestions_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698