Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5182)

Unified Diff: chrome/browser/extensions/updater/extension_updater.h

Issue 226023003: Create CrxInstaller directly in WebstoreInstaller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android compilation fix (again). Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/updater/extension_updater.h
diff --git a/chrome/browser/extensions/updater/extension_updater.h b/chrome/browser/extensions/updater/extension_updater.h
index b6be1e10829ad6672595e2e65e654574823a447e..15319ddbb7e4ed6be37129695ef1d00215083ce6 100644
--- a/chrome/browser/extensions/updater/extension_updater.h
+++ b/chrome/browser/extensions/updater/extension_updater.h
@@ -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;
};
« no previous file with comments | « chrome/browser/extensions/test_extension_service.cc ('k') | chrome/browser/extensions/updater/extension_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698