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

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

Issue 218683011: Remove ExtensionService::[Get|Is]InstalledApp() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ces_get_installed_ext_by_url
Patch Set: Created 6 years, 8 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 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,

Powered by Google App Engine
This is Rietveld 408576698