commit | f7c7c9271940392ba3aeb5a095dced09026fb0fc | [log] [tgz] |
---|---|---|
author | Danil Somsikov <[email protected]> | Thu Sep 30 13:25:14 2021 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 30 14:29:32 2021 |
tree | f358d79747476aff9ae9eb93a878afcba82ac027 | |
parent | 98cf7c2f2e3608a97cc0de74797073369bf89539 [diff] [blame] |
Record changes to the "Show CORS errors" setting in UMA Bug: 1251176 Change-Id: I078f03153482636dec13e2fa2f207cbb00b7574b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3196174 Auto-Submit: Danil Somsikov <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
diff --git a/front_end/devtools_compatibility.js b/front_end/devtools_compatibility.js index 1718d7f..0971daf 100644 --- a/front_end/devtools_compatibility.js +++ b/front_end/devtools_compatibility.js
@@ -370,7 +370,7 @@ * Enum for recordPerformanceHistogram * Warning: There is another definition of this enum in the DevTools code * base, keep them in sync: - * front_end/host/InspectorFrontendHostAPI.js + * front_end/core/host/InspectorFrontendHostAPI.ts * @readonly * @enum {string} */ @@ -395,6 +395,7 @@ LinearMemoryInspectorRevealedFrom: 'DevTools.LinearMemoryInspector.RevealedFrom', LinearMemoryInspectorTarget: 'DevTools.LinearMemoryInspector.Target', Language: 'DevTools.Language', + ConsoleShowsCorsErrors: 'DevTools.ConsoleShowsCorsErrors', }; /**