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

Unified Diff: chrome/common/extensions/api/extension_api_stub.cc

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changes Created 7 years, 6 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: chrome/common/extensions/api/extension_api_stub.cc
diff --git a/chrome/common/extensions/api/extension_api_stub.cc b/chrome/common/extensions/api/extension_api_stub.cc
index ab27835cd0b72258c8d2e49213739379b4b4b813..7ec7b4e4e39912d9534fd087b2a49883d89135dd 100644
--- a/chrome/common/extensions/api/extension_api_stub.cc
+++ b/chrome/common/extensions/api/extension_api_stub.cc
@@ -35,10 +35,6 @@ bool ExtensionAPI::IsAnyFeatureAvailableToContext(const std::string& api_name,
return false;
}
-std::set<std::string> ExtensionAPI::GetAllAPINames() {
- return std::set<std::string>();
-}
-
bool ExtensionAPI::IsPrivileged(const std::string& full_name) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698