Commit e4f1ea15 authored by Laís Minchillo's avatar Laís Minchillo Committed by Commit Bot

[aw] Remove DEV_SUFFIX from MULTI_PROCESS_QUERY

Removes DEV_SUFFIX from MULTI_PROCESS_QUERY in
SupportLibWebViewChromiumFactory.

Bug: 991148
Change-Id: Ieb910d8198cda014cdffde0b3bca89c4aaec9e13
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1738371Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Commit-Queue: Laís Minchillo <laisminchillo@chromium.org>
Auto-Submit: Laís Minchillo <laisminchillo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#684366}
parent 6a2c86a9
......@@ -70,7 +70,7 @@ class SupportLibWebViewChromiumFactory implements WebViewProviderFactoryBoundary
Features.WEB_VIEW_RENDERER_TERMINATE,
Features.TRACING_CONTROLLER_BASIC_USAGE,
Features.WEB_VIEW_RENDERER_CLIENT_BASIC_USAGE,
Features.MULTI_PROCESS_QUERY + Features.DEV_SUFFIX,
Features.MULTI_PROCESS_QUERY,
Features.FORCE_DARK + Features.DEV_SUFFIX,
};
// clang-format on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment