summaryrefslogtreecommitdiffstats
path: root/components/suggestions
diff options
context:
space:
mode:
Diffstat (limited to 'components/suggestions')
-rw-r--r--components/suggestions/proto/suggestions.proto8
1 files changed, 5 insertions, 3 deletions
diff --git a/components/suggestions/proto/suggestions.proto b/components/suggestions/proto/suggestions.proto
index abbb58f..8771de6 100644
--- a/components/suggestions/proto/suggestions.proto
+++ b/components/suggestions/proto/suggestions.proto
@@ -11,9 +11,11 @@ package suggestions;
// Providers are identified with an ID.
enum ProviderId {
SERVER0 = 0;
- SERVER1 = 1;
- SERVER2 = 2;
- SERVER3 = 3;
+ // SERVER1 through 8 were never used.
+ SERVER8 = 8;
+ SERVER9 = 9;
+ SERVER10 = 10;
+ SERVER11 = 11;
}
// The SuggestionsProfile is a protobuf response from the server that contains