| Index: chrome/browser/extensions/updater/extension_downloader_delegate.h
|
| diff --git a/chrome/browser/extensions/updater/extension_downloader_delegate.h b/chrome/browser/extensions/updater/extension_downloader_delegate.h
|
| index 99f5d6e6740353c75813658d7558e0d7503b3b69..acc239b67dc73ffec1f36eb1121580bdc992b312 100644
|
| --- a/chrome/browser/extensions/updater/extension_downloader_delegate.h
|
| +++ b/chrome/browser/extensions/updater/extension_downloader_delegate.h
|
| @@ -89,15 +89,6 @@ class ExtensionDownloaderDelegate {
|
| const PingResult& ping_result,
|
| const std::set<int>& request_ids) = 0;
|
|
|
| - // Same as OnExtensionDownloadFinished() but only for the kBlacklistAppID
|
| - // extension, which passes different data to the delegate.
|
| - virtual void OnBlacklistDownloadFinished(
|
| - const std::string& data,
|
| - const std::string& package_hash,
|
| - const std::string& version,
|
| - const PingResult& ping_result,
|
| - const std::set<int>& request_ids) = 0;
|
| -
|
| // The remaining methods are used by the ExtensionDownloader to retrieve
|
| // information about extensions from the delegate.
|
|
|
|
|