Commit 8a8d6607 authored by Dan Harrington's avatar Dan Harrington Committed by Commit Bot

Feedv2: client_info.proto CLANK=3

The server now supports the correct value
of AppType.

Bug: 1044139, b/161836372
Change-Id: I61736c827a02e3079a7fe781f9bfda8ded4115af
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317000
Auto-Submit: Dan H <harringtond@chromium.org>
Commit-Queue: Ian Wells <iwells@chromium.org>
Reviewed-by: default avatarIan Wells <iwells@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791373}
parent 3c159b9f
...@@ -21,9 +21,7 @@ message ClientInfo { ...@@ -21,9 +21,7 @@ message ClientInfo {
IOS = 2; IOS = 2;
} }
// TODO(harringtond): This should be CLANK = 3, but the server isn't yet enum AppType { CLANK = 3; }
// updated to support it.
enum AppType { CLANK = 2; }
// The type of OS that the client is running. // The type of OS that the client is running.
optional PlatformType platform_type = 1; optional PlatformType platform_type = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment