Skip to content

Commit

Permalink
Add webview flag for PMProcessPriorityPolicy
Browse files Browse the repository at this point in the history
Bug: 1077217
Change-Id: I1cee83b372ac8c0166e1d58006d5350a18439764
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5017277
Reviewed-by: Francois Pierre Doray <fdoray@chromium.org>
Commit-Queue: Francois Pierre Doray <fdoray@chromium.org>
Auto-Submit: Patrick Monette <pmonette@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1222526}
  • Loading branch information
plmonette-zz authored and Chromium LUCI CQ committed Nov 9, 2023
1 parent 29af142 commit 2821be4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,11 @@ private ProductionSupportedFlagList() {}
Flag.baseFeature("V8MinorMS"),
Flag.baseFeature(
AwFeatures.WEBVIEW_INJECT_PLATFORM_JS_APIS,
"Inject platform-specific Javascript APIs.")
"Inject platform-specific Javascript APIs."),
Flag.baseFeature(
"PMProcessPriorityPolicy",
"Controls whether the priority of renderers is controlled by the performance "
+ "manager."),
// Add new commandline switches and features above. The final entry should have a
// trailing comma for cleaner diffs.
};
Expand Down

0 comments on commit 2821be4

Please sign in to comment.