AW UMA: extend histograms

No change to logic. This extends a few histograms for 1 year and removes
one other histogram which is no longer needed.

Fixed: 1317238
Fixed: 1297190
Fixed: 1310823
Fixed: 1310824
Test: N/A
Change-Id: I8c21b7f46b9df0a055547f00695b478691472644
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3594704
Reviewed-by: Richard Coles <torne@chromium.org>
Reviewed-by: Daniel Rubery <drubery@chromium.org>
Auto-Submit: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Michael Bai <michaelbai@chromium.org>
Reviewed-by: Tomasz Wiszkowski <ender@google.com>
Commit-Queue: Tomasz Wiszkowski <ender@google.com>
Cr-Commit-Position: refs/heads/main@{#996941}
NOKEYCHECK=True
GitOrigin-RevId: 2e05467230b129aa83624c4c80b21ae033c435fc
1 file changed
tree: 5aa8d7c9d0555806db1872486fa0085026260094
  1. java/
  2. BUILD.gn
  3. README.md
README.md

//android_webview/glue/

This folder contains a shim layer between the public frameworks APIs (android.webkit.*) and WebView's implementation, and allows them to (mostly) not directly depend on each other.

Folder Dependencies

//android_webview/java/ must not depend on this directory.

See Also