webview: temporarily remove use of new timestamp API.

The API needs to change slightly; temporarily remove the call to it.
This was only called on S preview builds so this doesn't affect other
Android versions.

Bug: 1208089
Change-Id: Ifb8894aa01552fd0ed7cc70a82abfb7fc180b960
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2889009
Auto-Submit: Richard Coles <torne@chromium.org>
Commit-Queue: Nate Fischer <ntfschr@chromium.org>
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#881745}
NOKEYCHECK=True
GitOrigin-RevId: 5cc5e4def6b9d91e830dab6eba60c81022a9e563
1 file changed
tree: 890761bdc1b2255f74fbfe60b68d9ebce902a608
  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