Lines Matching full:updatecheck
136 // Get the updatecheck node.
138 "updatecheck");
140 *error_detail = "Too many updatecheck tags on app (expecting only 1).";
144 *error_detail = "Missing updatecheck on app.";
147 xmlNode *updatecheck = updates[0];
149 if (GetAttribute(updatecheck, "status") == "noupdate") {
154 result->crx_url = GURL(GetAttribute(updatecheck, "codebase"));
157 *error_detail += GetAttribute(updatecheck, "codebase");
163 result->version = GetAttribute(updatecheck, "version");
165 *error_detail = "Missing version for updatecheck.";
177 result->browser_min_version = GetAttribute(updatecheck, "prodversionmin");
191 result->package_hash = GetAttribute(updatecheck, "hash");