Index: extensions/browser/info_map.h |
diff --git a/extensions/browser/info_map.h b/extensions/browser/info_map.h |
index c8950074546a859abc183ae5cac8b5267941301f..c7c1ed96facec315d767d91afa6753618582effc 100644 |
--- a/extensions/browser/info_map.h |
+++ b/extensions/browser/info_map.h |
@@ -68,13 +68,6 @@ class InfoMap : public base::RefCountedThreadSafe<InfoMap> { |
int site_instance_id); |
void UnregisterAllExtensionsInProcess(int process_id); |
- // Returns true if there is exists an extension with the same origin as |
- // |origin| in |process_id| with |permission|. |
- bool SecurityOriginHasAPIPermission(const GURL& origin, |
- int process_id, |
- extensions::APIPermission::ID permission) |
- const; |
- |
// Maps a |file_url| to a |file_path| on the local filesystem, including |
// resources in extensions. Returns true on success. See NaClBrowserDelegate |
// for full details. |