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

Unified Diff: extensions/common/extension_api.h

Issue 802653003: Convert EventRouter to use ProcessMap::GetMostLikelyContextType rather than (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: delete some code! Created 6 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
« no previous file with comments | « extensions/browser/event_router.cc ('k') | extensions/common/extension_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_api.h
diff --git a/extensions/common/extension_api.h b/extensions/common/extension_api.h
index d03c3390ff6a58c8655ba34dbfb2db7ad992bd26..8c7a689d1e11a3369d554519813574929a118ec8 100644
--- a/extensions/common/extension_api.h
+++ b/extensions/common/extension_api.h
@@ -104,11 +104,6 @@ class ExtensionAPI {
Feature::Context context,
const GURL& url);
- // Returns true if |name| is available to |extension| in any untrusted
- // extension context, such as content scripts, iframes, or web pages.
- bool IsAvailableInUntrustedContext(const std::string& name,
- const Extension* extension);
-
// Returns true if |name| is available to WebUI contexts on |url|.
bool IsAvailableToWebUI(const std::string& name, const GURL& url);
« no previous file with comments | « extensions/browser/event_router.cc ('k') | extensions/common/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698