summaryrefslogtreecommitdiffstats
path: root/components/suggestions
diff options
context:
space:
mode:
authormathp <mathp@chromium.org>2014-11-10 11:33:24 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-10 19:34:16 +0000
commit718669a1562bc66865d593d27fa1fecd770c4421 (patch)
treed1c7adb8596ef0faa7bd5c905b5fbccdceac2544 /components/suggestions
parent5f85aab21eeaa36c4c8ddb4211e75aa538598be0 (diff)
downloadchromium_src-718669a1562bc66865d593d27fa1fecd770c4421.zip
chromium_src-718669a1562bc66865d593d27fa1fecd770c4421.tar.gz
chromium_src-718669a1562bc66865d593d27fa1fecd770c4421.tar.bz2
[Suggestions] Fix the histogram providers to include different ones
Providers sent from the server were out of sync with the enum and histograms being logged. BUG=431781 Review URL: https://codereview.chromium.org/716633002 Cr-Commit-Position: refs/heads/master@{#303506}
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