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

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: Latest master 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 3476830ec804eccd7f55f23333e2363f73b211c5..8d4e454f6b25660389adebf6b9028d51a53aed78 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -98,8 +98,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;
@@ -248,8 +246,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698