Index: chrome/browser/extensions/extension_service.h |
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h |
index 4f433d658737bc922afb33ed17219adf95013fb3..018abb4760ab561a7e177905b720f5ac1c181108 100644 |
--- a/chrome/browser/extensions/extension_service.h |
+++ b/chrome/browser/extensions/extension_service.h |
@@ -99,8 +99,6 @@ class ExtensionServiceInterface |
virtual void FinishDelayedInstallation(const std::string& extension_id) = 0; |
virtual bool IsExtensionEnabled(const std::string& extension_id) const = 0; |
- virtual bool IsExternalExtensionUninstalled( |
- const std::string& extension_id) const = 0; |
virtual void CheckManagementPolicy() = 0; |
@@ -265,8 +263,6 @@ class ExtensionService |
virtual bool IsExtensionEnabled( |
const std::string& extension_id) const OVERRIDE; |
- virtual bool IsExternalExtensionUninstalled( |
- const std::string& extension_id) const OVERRIDE; |
// Enables the extension. If the extension is already enabled, does |
// nothing. |