[WebView] Move getVariationsHeader to statics

This makes more sense since it doesn't depend on the WebView instance.

Bug: 977027
Change-Id: I113f338797c2d28d6500fa19ad885be31eb07b7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3491323
Reviewed-by: Nate Fischer <ntfschr@chromium.org>
Commit-Queue: Clark DuVall <cduvall@chromium.org>
Cr-Commit-Position: refs/heads/main@{#975346}
NOKEYCHECK=True
GitOrigin-RevId: 6f1a4ac82e64fb9643d5b7a07ea0629221a582a9
3 files changed
tree: a2e62f1845fb9ebbf574b1b64495e3419fa73ab9
  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