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

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

Issue 8827013: Move/replace/rename URL-based extension getters from ExtensionService to/in ExtensionSet. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: id Created 9 years 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 f5bda4f3364cee6434af880bc84e1afd03d2a968..f0c0d0281ce33955632f655f0fc44d884b453b1f 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -357,20 +357,6 @@ class ExtensionService
// The App that represents the web store.
const Extension* GetWebStoreApp();
- // Lookup an extension by |url|.
- const Extension* GetExtensionByURL(const GURL& url);
-
- // Returns the extension whose web extent contains |url|.
- const Extension* GetExtensionByWebExtent(const GURL& url);
-
- // Returns the disabled extension whose web extent contains |url|.
- const Extension* GetDisabledExtensionByWebExtent(const GURL& url);
-
- // Returns an extension that contains any URL that overlaps with the given
- // extent, if one exists.
- const Extension* GetExtensionByOverlappingWebExtent(
- const URLPatternSet& extent);
-
// Returns true if |url| should get extension api bindings and be permitted
// to make api calls. Note that this is independent of what extension
// permissions the given extension has been granted.
« no previous file with comments | « chrome/browser/extensions/extension_process_manager.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698