| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index 926e8885edcc91186b42959a4d1621b3d3aa367e..09a879550c2aa1af9b8f5760e421a1c27c265420 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -84,7 +84,6 @@ class ExtensionServiceInterface
|
| const std::string& id,
|
| const base::FilePath& path,
|
| bool file_ownership_passed,
|
| - const GURL& download_url,
|
| extensions::CrxInstaller** out_crx_installer) = 0;
|
| virtual const extensions::Extension* GetExtensionById(
|
| const std::string& id,
|
| @@ -190,7 +189,6 @@ class ExtensionService
|
| const std::string& id,
|
| const base::FilePath& extension_path,
|
| bool file_ownership_passed,
|
| - const GURL& download_url,
|
| extensions::CrxInstaller** out_crx_installer) OVERRIDE;
|
|
|
| // Reloads the specified extension, sending the onLaunched() event to it if it
|
|
|