Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6479)

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 195813007: Remove ExtensionService::IsExternalExtensionUninstalled() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | extensions/browser/pending_extension_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698