tree: 07edf08d6d4f6e751319597b9fde0eead3f906cd [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.