Skip to content

Commit

Permalink
Code inclusion: prefer the term 'legacy'
Browse files Browse the repository at this point in the history
No change to logic, this only updates a comment. The term
"grandfathered" is not inclusive. This replaces the term with "legacy."

Test: N/A
Change-Id: I7a7127c82a567192d7c2602da6429c540e11783a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2727794
Commit-Queue: Nate Fischer <[email protected]>
Commit-Queue: Bo <[email protected]>
Auto-Submit: Nate Fischer <[email protected]>
Reviewed-by: Bo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#858657}
  • Loading branch information
ntfschr-chromium authored and Chromium LUCI CQ committed Mar 1, 2021
1 parent f018ff1 commit 528f49c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ public WebViewProvider createWebView(WebView webView, WebView.PrivateAccess priv
return new WebViewChromium(this, webView, privateAccess, mShouldDisableThreadChecking);
}

// Workaround for IME thread crashes on grandfathered OEM apps.
// Workaround for IME thread crashes on legacy OEM apps.
private boolean shouldDisableThreadChecking(Context context) {
String appName = context.getPackageName();
int versionCode = PackageUtils.getPackageVersion(context, appName);
Expand Down

0 comments on commit 528f49c

Please sign in to comment.