Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Cache document-mode command-line check
FeatureUtilities.isDocumentMode can be called relatively frequently. Avoid the cost of the associated JNI command-line call and string conversion by caching the result of the "--disable-document-mode" query. BUG=457748 Review URL: https://codereview.chromium.org/1255733002 Cr-Commit-Position: refs/heads/master@{#340185}
- Loading branch information