Chromium Code Reviews| 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. |