Skip to content

Commit

Permalink
fix: chrome://process-internals failing to load
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Feb 29, 2024
1 parent 04df5ce commit 0260e21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions electron_paks.gni
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ template("electron_extra_paks") {
"//content:content_resources",
"//content/browser/resources/gpu:resources",
"//content/browser/resources/media:resources",
"//content/browser/resources/process:resources",
"//content/browser/tracing:resources",
"//content/browser/webrtc/resources",
"//electron:resources",
Expand All @@ -96,6 +97,7 @@ template("electron_extra_paks") {
# New paks should be added here by default.
sources += [
"$root_gen_dir/content/browser/devtools/devtools_resources.pak",
"$root_gen_dir/content/process_resources.pak",
"$root_gen_dir/ui/resources/webui_resources.pak",
]
deps += [ "//content/browser/devtools:devtools_resources" ]
Expand Down
3 changes: 2 additions & 1 deletion spec/chromium-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2113,7 +2113,8 @@ describe('chromium features', () => {
'chrome://gpu',
'chrome://media-internals',
'chrome://tracing',
'chrome://webrtc-internals'
'chrome://webrtc-internals',
'chrome://process-internals'
];

for (const url of urls) {
Expand Down

0 comments on commit 0260e21

Please sign in to comment.