cef_preference_manager_get_chrome_variations_as_strings

Function cef_preference_manager_get_chrome_variations_as_strings 

Source
pub unsafe extern "C" fn cef_preference_manager_get_chrome_variations_as_strings(
    strings: cef_string_list_t,
)
Expand description

Returns the current Chrome Variations configuration (combination of field trials and chrome://flags) as human-readable strings. This is the human- readable equivalent of the “Active Variations” section of chrome://version. See https://developer.chrome.com/docs/web-platform/chrome-variations for background and details. Note that field trial tests are disabled by default in Official CEF builds (via the disable_fieldtrial_testing_config=true (1) GN flag). This function must be called on the browser process UI thread.