Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / updater / extension_updater.h
index b6be1e1..15319dd 100644 (file)
@@ -126,14 +126,12 @@ class ExtensionUpdater : public ExtensionDownloaderDelegate,
     FetchedCRXFile(const std::string& id,
                    const base::FilePath& path,
                    bool file_ownership_passed,
-                   const GURL& download_url,
                    const std::set<int>& request_ids);
     ~FetchedCRXFile();
 
     std::string extension_id;
     base::FilePath path;
     bool file_ownership_passed;
-    GURL download_url;
     std::set<int> request_ids;
   };