Home | History | Annotate | Download | only in extensions

Lines Matching defs:updates

227   // If the extension updates itself from the gallery, ignore any update URL
710 // We want to try parsing the manifest, and if it indicates updates are
711 // available, we want to fire off requests to fetch those updates.
741 // below if they actually have updates we need to fetch and install).
750 std::vector<int> updates = DetermineUpdates(fetch_data, *results);
751 for (size_t i = 0; i < updates.size(); i++) {
752 const UpdateManifest::Result* update = &(results->list.at(updates[i]));
983 // Now start fetching regular extension updates