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

Unified Diff: extensions/browser/info_map.h

Issue 2821473002: Service CreateNewWindow on the UI thread with a new mojo interface (Closed)
Patch Set: MakeShared goodness Created 3 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: 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.

Powered by Google App Engine
This is Rietveld 408576698