Home | History | Annotate | Download | only in extensions

Lines Matching refs:current_extension_fetch_

795   if (current_extension_fetch_.package_hash != hash_in_hex) {
797 << "Expected: " << current_extension_fetch_.package_hash
809 current_extension_fetch_.version);
819 if (current_extension_fetch_.id == kBlacklistAppID) {
821 in_progress_ids_.erase(current_extension_fetch_.id);
830 current_extension_fetch_.id, data, url))) {
842 current_extension_fetch_ = ExtensionFetch();
1139 current_extension_fetch_ = ExtensionFetch(id, url, hash, version);