Skip to content

Commit

Permalink
[AW] Add feature flag for package name logging
Browse files Browse the repository at this point in the history
Bug: 1202700
Test: autotest FlagsFragmentTest.java
Change-Id: I66ae05ffc7fa07117b67ed7b028bbf4027f820b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2851199
Reviewed-by: Mugdha Lakhani <nator@chromium.org>
Reviewed-by: Richard Coles <torne@chromium.org>
Commit-Queue: Richard Coles <torne@chromium.org>
Auto-Submit: Laís Minchillo <laisminchillo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#879390}
  • Loading branch information
Laís Minchillo authored and Chromium LUCI CQ committed May 5, 2021
1 parent b897175 commit 2dece05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android_webview/common/aw_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ const base::Feature kWebViewMeasureScreenCoverage{
const base::Feature kWebViewOriginTrials{"WebViewOriginTrials",
base::FEATURE_DISABLED_BY_DEFAULT};

// Enables package name logging for the most popular WebView embedders.
const base::Feature kWebViewPackageNameLogging{
"WebViewPackageNameLogging", base::FEATURE_DISABLED_BY_DEFAULT};

// Restricts all of WebView's out-of-process renderer threads to use only LITTLE
// cores on big.LITTLE architectures when the power mode is idle.
const base::Feature kWebViewPowerSchedulerThrottleIdle{
Expand Down
1 change: 1 addition & 0 deletions android_webview/common/aw_features.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ extern const base::Feature kWebViewJavaJsBridgeMojo;
extern const base::Feature kWebViewMeasureScreenCoverage;
extern const base::Feature kWebViewMixedContentAutoupgrades;
extern const base::Feature kWebViewOriginTrials;
extern const base::Feature kWebViewPackageNameLogging;
extern const base::Feature kWebViewPowerSchedulerThrottleIdle;
extern const base::Feature kWebViewSuppressDifferentOriginSubframeJSDialogs;
extern const base::Feature kWebViewTestFeature;
Expand Down

0 comments on commit 2dece05

Please sign in to comment.