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

Unified Diff: extensions/common/extension_api_stub.cc

Issue 377753003: Remove GetContexts() from the public interface of extensions::Feature. It was (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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
« no previous file with comments | « extensions/common/extension_api.cc ('k') | extensions/common/features/api_feature.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_api_stub.cc
diff --git a/extensions/common/extension_api_stub.cc b/extensions/common/extension_api_stub.cc
index 465b1636964577e59a62fd54a5d982553bff29e4..da023344c2790b46cea8565998b369cbec49b3c4 100644
--- a/extensions/common/extension_api_stub.cc
+++ b/extensions/common/extension_api_stub.cc
@@ -36,7 +36,8 @@ bool ExtensionAPI::IsAnyFeatureAvailableToContext(const Feature& api,
return false;
}
-bool ExtensionAPI::IsPrivileged(const std::string& full_name) {
+bool ExtensionAPI::IsAvailableInUntrustedContext(const std::string& full_name,
+ const Extension* extension) {
return false;
}
« no previous file with comments | « extensions/common/extension_api.cc ('k') | extensions/common/features/api_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698