Skip to content

Commit

Permalink
Correct extension API permission ID order for kEnterpriseReportingPri…
Browse files Browse the repository at this point in the history
…vate

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: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558733}
  • Loading branch information
Owen Min authored and Commit Bot committed May 15, 2018
1 parent 61e4284 commit 10b0efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/common/permissions/api_permission.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class APIPermission {
kEmbeddedExtensionOptions,
kEnterprisePlatformKeys,
kEnterprisePlatformKeysPrivate,
kEnterpriseReportingPrivate,
kDeleted_ExperienceSamplingPrivate,
kExperimental,
kExtensionView,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 10b0efd

Please sign in to comment.