| Index: chrome/browser/extensions/extension_service.h
|
| diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
|
| index dfb1a7ecee4bf00060980d775c6e856f2653ceba..e5319dfc72510e049c644a1de928160fcf61da48 100644
|
| --- a/chrome/browser/extensions/extension_service.h
|
| +++ b/chrome/browser/extensions/extension_service.h
|
| @@ -130,12 +130,6 @@ class ExtensionService
|
| public content::NotificationObserver,
|
| public extensions::Blacklist::Observer {
|
| public:
|
| - // Returns the Extension of hosted or packaged apps, NULL otherwise.
|
| - const extensions::Extension* GetInstalledApp(const GURL& url) const;
|
| -
|
| - // Returns whether the URL is from either a hosted or packaged app.
|
| - bool IsInstalledApp(const GURL& url) const;
|
| -
|
| // Attempts to uninstall an extension from a given ExtensionService. Returns
|
| // true iff the target extension exists.
|
| static bool UninstallExtensionHelper(ExtensionService* extensions_service,
|
|
|