Commit 10b0efd3 authored by Owen Min's avatar Owen Min Committed by Commit Bot

Correct extension API permission ID order for kEnterpriseReportingPrivate

Change the order to match the enum.xml.

Bug: 843141
Change-Id: Ib8bf9be16aaf7a5d1f9369762bd966fb8c06b5a8
Reviewed-on: https://chromium-review.googlesource.com/1059579
Commit-Queue: Owen Min <zmin@chromium.org>
Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558733}
parent 61e42847
......@@ -101,7 +101,6 @@ class APIPermission {
kEmbeddedExtensionOptions,
kEnterprisePlatformKeys,
kEnterprisePlatformKeysPrivate,
kEnterpriseReportingPrivate,
kDeleted_ExperienceSamplingPrivate,
kExperimental,
kExtensionView,
......@@ -252,6 +251,7 @@ class APIPermission {
kDeclarativeNetRequest,
kLockWindowFullscreenPrivate,
kWebrtcLoggingPrivateAudioDebug,
kEnterpriseReportingPrivate,
kCecPrivate,
// Last entry: Add new entries above and ensure to update the
// "ExtensionPermission3" enum in tools/metrics/histograms/histograms.xml
......
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