devtools: Fix Wake Lock permission names.
Introduce the same changes added to the regular Permissions API implementation in r756753: instead of having a "wake-lock" permission with a |type| field set to either "screen" or "system", the spec now uses two separate permissions with no |type| field, "screen-wake-lock" and "system-wake-lock". Fixed: 1121076 Change-Id: Ib050a1efa82143c177e32bb6a39cad9203198dd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372365 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#800998}
Showing
Please register or sign in to comment