tree: 8bdb2920f85d373111225926f5aa89e7af5b9deb [path history] [tgz]
  1. aw_variations_service_client.cc
  2. aw_variations_service_client.h
  3. BUILD.gn
  4. OWNERS
  5. README.md
  6. variations_seed_loader.cc
  7. 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.