1
    2
    3
    4
    5
    6
    7
    8
    9

android_webview / browser / variations / README.md [blame]

# 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/](/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.