tree: f848f50dbc21de84ea2197f30f3fe468eec63d41
  1. aw_entropy_providers.cc
  2. aw_entropy_providers.h
  3. aw_entropy_providers_unittest.cc
  4. aw_variations_service_client.cc
  5. aw_variations_service_client.h
  6. BUILD.gn
  7. OWNERS
  8. README.md
  9. variations_seed_loader.cc
  10. variations_seed_loader.h
android_webview/browser/variations/README.md

WebView Variations

This folder contains some of the code for Android WebView's variations support. Variations is the chromium infrastructure for A/B experiments and gradual rollouts. See //components/variations/ for more information about variations in general.

Googlers can read http://go/clank-webview-finch to learn more about WebView's variations support.