Searched defs:more_info_url (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/
H A Domaha_response.h45 std::string more_info_url; member in struct:chromeos_update_engine::OmahaResponse
H A Domaha_request_action_unittest.cc111 "MoreInfo=\"" + more_info_url + "\" Prompt=\"" + prompt + "\" "
131 string more_info_url = "http://more/info"; member in struct:__anon2009::FakeUpdateResponse
456 EXPECT_EQ(fake_update_response_.more_info_url, response.more_info_url);
993 EXPECT_EQ("", response.more_info_url);
1115 fake_update_response_.more_info_url = "testthe<url";
1129 EXPECT_EQ(response.more_info_url, "testthe<url");

Completed in 60 milliseconds