Searched defs:CheckForUpdateTestParams (Results 1 – 1 of 1) sorted by relevance
111 struct CheckForUpdateTestParams { struct113 UpdateStatus status = UpdateStatus::IDLE;114 string app_version = "fake_app_version";115 string omaha_url = "fake_omaha_url";116 UpdateAttemptFlags flags = UpdateAttemptFlags::kNone;117 bool is_official_build = true;118 bool are_dev_features_enabled = false;121 string expected_forced_app_version = "";122 string expected_forced_omaha_url = "";123 bool should_schedule_updates_be_called = true;[all …]