HomeSort by relevance Sort by last modified time
    Searched refs:current_extension_fetch_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_updater.cc 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();
    [all...]
extension_updater.h 336 ExtensionFetch current_extension_fetch_; member in class:ExtensionUpdater

Completed in 44 milliseconds