Commit a0d639a2 authored by Mihai Sardarescu's avatar Mihai Sardarescu Committed by Commit Bot

Fix consent feature enum.

Bug: 863420
Change-Id: I01e883bda9207614a99b9e2d6c02813d3d56984c
Reviewed-on: https://chromium-review.googlesource.com/1146814Reviewed-by: default avatarMarkus Heintz <markusheintz@chromium.org>
Commit-Queue: Mihai Sardarescu <msarda@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577495}
parent 87115db8
......@@ -31,7 +31,7 @@ enum class Feature {
GOOGLE_LOCATION_SERVICE = 3,
CHROME_UNIFIED_CONSENT = 4,
FEATURE_LAST = GOOGLE_LOCATION_SERVICE
FEATURE_LAST = CHROME_UNIFIED_CONSENT
};
// Whether a consent is given or not given.
......
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