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

Unified Diff: extensions/browser/updater/extension_downloader.h

Issue 2299203004: Attempt to repair corrupt enterprise policy force-installed extensions (Closed)
Patch Set: fix chromeos compile problem Created 4 years, 3 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: extensions/browser/updater/extension_downloader.h
diff --git a/extensions/browser/updater/extension_downloader.h b/extensions/browser/updater/extension_downloader.h
index 36888ec192df3340e0780b20ea8d7c6a75139441..f69e1aa81996765f1e24be10d0ec3ae011a6c000 100644
--- a/extensions/browser/updater/extension_downloader.h
+++ b/extensions/browser/updater/extension_downloader.h
@@ -83,6 +83,7 @@ class ExtensionDownloader : public net::URLFetcherDelegate,
// potentially concurrent update checks complete.
lazyboy 2016/09/02 19:21:53 Update comment about |is_corrupt_reinstall|
asargent_no_longer_on_chrome 2016/09/09 03:30:44 Done.
bool AddPendingExtension(const std::string& id,
const GURL& update_url,
+ bool is_corrupt_reinstall,
int request_id);
// Schedules a fetch of the manifest of all the extensions added with
@@ -182,7 +183,7 @@ class ExtensionDownloader : public net::URLFetcherDelegate,
const base::Version& version,
Manifest::Type extension_type,
const GURL& extension_update_url,
- const std::string& update_url_data,
+ const ManifestFetchData::ExtraParams* extra,
lazyboy 2016/09/02 19:21:53 Prefer ManifestFetchData::ExtraParams const ref to
asargent_no_longer_on_chrome 2016/09/09 03:30:44 Done.
int request_id);
// Adds all recorded stats taken so far to histogram counts.

Powered by Google App Engine
This is Rietveld 408576698